CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.clone() |
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withAssociatePublicIpAddress(Boolean associatePublicIpAddress) |
Used for groups that launch instances into a virtual private cloud (VPC).
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) |
One or more mappings that specify how block devices are exposed to the
instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) |
One or more mappings that specify how block devices are exposed to the
instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCId(String classicLinkVPCId) |
The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
to.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups(String... classicLinkVPCSecurityGroups) |
The IDs of one or more security groups for the specified
ClassicLink-enabled VPC.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withClassicLinkVPCSecurityGroups(Collection<String> classicLinkVPCSecurityGroups) |
The IDs of one or more security groups for the specified
ClassicLink-enabled VPC.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withEbsOptimized(Boolean ebsOptimized) |
Indicates whether the instance is optimized for Amazon EBS I/O.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withIamInstanceProfile(String iamInstanceProfile) |
The name or the Amazon Resource Name (ARN) of the instance profile
associated with the IAM role for the instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withImageId(String imageId) |
The ID of the Amazon Machine Image (AMI) to use to launch your EC2
instances.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withInstanceId(String instanceId) |
The ID of the instance to use to create the launch configuration.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withInstanceMonitoring(InstanceMonitoring instanceMonitoring) |
Enables detailed monitoring if it is disabled.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withInstanceType(String instanceType) |
The instance type of the EC2 instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withKernelId(String kernelId) |
The ID of the kernel associated with the AMI.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withKeyName(String keyName) |
The name of the key pair.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withLaunchConfigurationName(String launchConfigurationName) |
The name of the launch configuration.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withPlacementTenancy(String placementTenancy) |
The tenancy of the instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withRamdiskId(String ramdiskId) |
The ID of the RAM disk associated with the AMI.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSecurityGroups(String... securityGroups) |
One or more security groups with which to associate the instances.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSecurityGroups(Collection<String> securityGroups) |
One or more security groups with which to associate the instances.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withSpotPrice(String spotPrice) |
The maximum hourly price to be paid for any Spot Instance launched to
fulfill the request.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withUserData(String userData) |
The user data to make available to the launched EC2 instances.
|