LaunchConfiguration |
LaunchConfiguration.clone() |
|
LaunchConfiguration |
LaunchConfiguration.withAssociatePublicIpAddress(Boolean associatePublicIpAddress) |
[EC2-VPC] Indicates whether to assign a public IP address to each
instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) |
A block device mapping, which specifies the block devices for the
instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) |
A block device mapping, which specifies the block devices for the
instance.
|
LaunchConfiguration |
LaunchConfiguration.withClassicLinkVPCId(String classicLinkVPCId) |
The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
to.
|
LaunchConfiguration |
LaunchConfiguration.withClassicLinkVPCSecurityGroups(String... classicLinkVPCSecurityGroups) |
The IDs of one or more security groups for the VPC specified in
ClassicLinkVPCId .
|
LaunchConfiguration |
LaunchConfiguration.withClassicLinkVPCSecurityGroups(Collection<String> classicLinkVPCSecurityGroups) |
The IDs of one or more security groups for the VPC specified in
ClassicLinkVPCId .
|
LaunchConfiguration |
LaunchConfiguration.withCreatedTime(Date createdTime) |
The creation date and time for the launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withEbsOptimized(Boolean ebsOptimized) |
Controls whether the instance is optimized for EBS I/O (true
) or not (false ).
|
LaunchConfiguration |
LaunchConfiguration.withIamInstanceProfile(String iamInstanceProfile) |
The name or Amazon Resource Name (ARN) of the instance profile associated
with the IAM role for the instance.
|
LaunchConfiguration |
LaunchConfiguration.withImageId(String imageId) |
The ID of the Amazon Machine Image (AMI).
|
LaunchConfiguration |
LaunchConfiguration.withInstanceMonitoring(InstanceMonitoring instanceMonitoring) |
Controls whether instances in this group are launched with detailed
monitoring.
|
LaunchConfiguration |
LaunchConfiguration.withInstanceType(String instanceType) |
The instance type for the instances.
|
LaunchConfiguration |
LaunchConfiguration.withKernelId(String kernelId) |
The ID of the kernel associated with the AMI.
|
LaunchConfiguration |
LaunchConfiguration.withKeyName(String keyName) |
The name of the key pair.
|
LaunchConfiguration |
LaunchConfiguration.withLaunchConfigurationARN(String launchConfigurationARN) |
The Amazon Resource Name (ARN) of the launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withLaunchConfigurationName(String launchConfigurationName) |
The name of the launch configuration.
|
LaunchConfiguration |
LaunchConfiguration.withPlacementTenancy(String placementTenancy) |
The tenancy of the instance, either default or
dedicated .
|
LaunchConfiguration |
LaunchConfiguration.withRamdiskId(String ramdiskId) |
The ID of the RAM disk associated with the AMI.
|
LaunchConfiguration |
LaunchConfiguration.withSecurityGroups(String... securityGroups) |
The security groups to associate with the instances.
|
LaunchConfiguration |
LaunchConfiguration.withSecurityGroups(Collection<String> securityGroups) |
The security groups to associate with the instances.
|
LaunchConfiguration |
LaunchConfiguration.withSpotPrice(String spotPrice) |
The price to bid when launching Spot Instances.
|
LaunchConfiguration |
LaunchConfiguration.withUserData(String userData) |
The user data available to the instances.
|