Java com.amazonaws.services.autoscaling.model CreateLaunchConfigurationRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.autoscaling.model CreateLaunchConfigurationRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.autoscaling.model CreateLaunchConfigurationRequest.

The text is from its open source code.

Constructor

Method

StringgetLaunchConfigurationName()

The name of the launch configuration.

voidsetAssociatePublicIpAddress(Boolean associatePublicIpAddress)

For Auto Scaling groups that are running in a virtual private cloud (VPC), specifies whether to assign a public IP address to the group's instances.

voidsetIamInstanceProfile(String iamInstanceProfile)

The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

voidsetImageId(String imageId)

The ID of the Amazon Machine Image (AMI) that was assigned during registration.

voidsetInstanceId(String instanceId)

The ID of the instance to use to create the launch configuration.

voidsetInstanceMonitoring(InstanceMonitoring instanceMonitoring)

Controls whether instances in this group are launched with detailed (true) or basic ( false) monitoring.

voidsetInstanceType(String instanceType)

Specifies the instance type of the EC2 instance.

voidsetKeyName(String keyName)

The name of the key pair.

voidsetLaunchConfigurationName(String launchConfigurationName)

The name of the launch configuration.

voidsetSecurityGroups(java.util.Collection securityGroups)

A list that contains the security groups to assign to the instances in the Auto Scaling group.

voidsetSpotPrice(String spotPrice)

The maximum hourly price to be paid for any Spot Instance launched to fulfill the request.

voidsetUserData(String userData)

The Base64-encoded user data to make available to the launched EC2 instances.

CreateLaunchConfigurationRequestwithBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)

A block device mapping, which specifies the block devices for the instance.

CreateLaunchConfigurationRequestwithBlockDeviceMappings( java.util.Collection blockDeviceMappings)

A block device mapping, which specifies the block devices for the instance.

CreateLaunchConfigurationRequestwithIamInstanceProfile(String iamInstanceProfile)

The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

CreateLaunchConfigurationRequestwithInstanceMonitoring(InstanceMonitoring instanceMonitoring)

Controls whether instances in this group are launched with detailed (true) or basic ( false) monitoring.

CreateLaunchConfigurationRequestwithKernelId(String kernelId)

The ID of the kernel associated with the AMI.

CreateLaunchConfigurationRequestwithLaunchConfigurationName(String launchConfigurationName)

The name of the launch configuration.

CreateLaunchConfigurationRequestwithRamdiskId(String ramdiskId)

The ID of the RAM disk to select.