
com.amazonaws.services.autoscaling.model.CreateLaunchConfigurationRequest Maven / Gradle / Ivy
Show all versions of aws-android-sdk-autoscaling Show documentation
/*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
package com.amazonaws.services.autoscaling.model;
import java.io.Serializable;
import com.amazonaws.AmazonWebServiceRequest;
/**
* Container for the parameters to the {@link com.amazonaws.services.autoscaling.AmazonAutoScaling#createLaunchConfiguration(CreateLaunchConfigurationRequest) CreateLaunchConfiguration operation}.
*
* Creates a launch configuration.
*
*
* If you exceed your maximum limit of launch configurations, which by
* default is 100 per region, the call fails. For information about
* viewing and updating this limit, see DescribeAccountLimits.
*
*
* For more information, see
* Launch Configurations
* in the Auto Scaling Developer Guide .
*
*
* @see com.amazonaws.services.autoscaling.AmazonAutoScaling#createLaunchConfiguration(CreateLaunchConfigurationRequest)
*/
public class CreateLaunchConfigurationRequest extends AmazonWebServiceRequest implements Serializable {
/**
* The name of the launch configuration. This name must be unique within
* the scope of your AWS account.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String launchConfigurationName;
/**
* The ID of the Amazon Machine Image (AMI) to use to launch your EC2
* instances. For more information, see Finding
* an AMI in the Amazon Elastic Compute Cloud User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String imageId;
/**
* The name of the key pair. For more information, see Amazon
* EC2 Key Pairs in the Amazon Elastic Compute Cloud User
* Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String keyName;
/**
* One or more security groups with which to associate the instances.
*
If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*/
private com.amazonaws.internal.ListWithAutoConstructFlag securityGroups;
/**
* The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
* to. This parameter is supported only if you are launching EC2-Classic
* instances. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String classicLinkVPCId;
/**
* The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*/
private com.amazonaws.internal.ListWithAutoConstructFlag classicLinkVPCSecurityGroups;
/**
* The user data to make available to the launched EC2 instances. For
* more information, see Instance
* Metadata and User Data in the Amazon Elastic Compute Cloud User
* Guide. At this time, launch configurations don't support
* compressed (zipped) user data files.
*
* Constraints:
* Length: 0 - 21847
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String userData;
/**
* The ID of the EC2 instance to use to create the launch configuration.
*
The new launch configuration derives attributes from the instance,
* with the exception of the block device mapping.
To create a launch
* configuration with a block device mapping or override any other
* instance attributes, specify them as part of the same request.
For
* more information, see Create
* a Launch Configuration Using an EC2 Instance in the Auto
* Scaling Developer Guide.
*
* Constraints:
* Length: 1 - 19
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String instanceId;
/**
* The instance type of the EC2 instance. For information about available
* instance types, see
* Available Instance Types in the Amazon Elastic Compute Cloud
* User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String instanceType;
/**
* The ID of the kernel associated with the AMI.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String kernelId;
/**
* The ID of the RAM disk associated with the AMI.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String ramdiskId;
/**
* One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*/
private com.amazonaws.internal.ListWithAutoConstructFlag blockDeviceMappings;
/**
* Enables detailed monitoring if it is disabled. Detailed monitoring is
* enabled by default. When detailed monitoring is enabled, Amazon
* CloudWatch generates metrics every minute and your account is charged
* a fee. When you disable detailed monitoring, by specifying
* False
, CloudWatch generates metrics every 5 minutes. For
* more information, see Monitor
* Your Auto Scaling Instances in the Auto Scaling Developer
* Guide.
*/
private InstanceMonitoring instanceMonitoring;
/**
* The maximum hourly price to be paid for any Spot Instance launched to
* fulfill the request. Spot Instances are launched when the price you
* specify exceeds the current Spot market price. For more information,
* see Launch
* Spot Instances in Your Auto Scaling Group in the Auto Scaling
* Developer Guide.
*
* Constraints:
* Length: 1 - 255
*/
private String spotPrice;
/**
* The name or the Amazon Resource Name (ARN) of the instance profile
* associated with the IAM role for the instance.
EC2 instances
* launched with an IAM role will automatically have AWS security
* credentials available. You can use IAM roles with Auto Scaling to
* automatically enable applications running on your EC2 instances to
* securely access other AWS resources. For more information, see Launch
* Auto Scaling Instances with an IAM Role in the Auto Scaling
* Developer Guide.
*
* Constraints:
* Length: 1 - 1600
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String iamInstanceProfile;
/**
* Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*/
private Boolean ebsOptimized;
/**
* Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*/
private Boolean associatePublicIpAddress;
/**
* The tenancy of the instance. An instance with a tenancy of
* dedicated
runs on single-tenant hardware and can only be
* launched into a VPC.
You must set the value of this parameter to
* dedicated
if want to launch Dedicated Instances into a
* shared tenancy VPC (VPC with instance placement tenancy attribute set
* to default
).
If you specify a value for this
* parameter, be sure to specify at least one subnet using the
* VPCZoneIdentifier parameter when you create your group.
For
* more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
Valid values: default
|
* dedicated
*
* Constraints:
* Length: 1 - 64
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*/
private String placementTenancy;
/**
* The name of the launch configuration. This name must be unique within
* the scope of your AWS account.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The name of the launch configuration. This name must be unique within
* the scope of your AWS account.
*/
public String getLaunchConfigurationName() {
return launchConfigurationName;
}
/**
* The name of the launch configuration. This name must be unique within
* the scope of your AWS account.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param launchConfigurationName The name of the launch configuration. This name must be unique within
* the scope of your AWS account.
*/
public void setLaunchConfigurationName(String launchConfigurationName) {
this.launchConfigurationName = launchConfigurationName;
}
/**
* The name of the launch configuration. This name must be unique within
* the scope of your AWS account.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param launchConfigurationName The name of the launch configuration. This name must be unique within
* the scope of your AWS account.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withLaunchConfigurationName(String launchConfigurationName) {
this.launchConfigurationName = launchConfigurationName;
return this;
}
/**
* The ID of the Amazon Machine Image (AMI) to use to launch your EC2
* instances. For more information, see Finding
* an AMI in the Amazon Elastic Compute Cloud User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The ID of the Amazon Machine Image (AMI) to use to launch your EC2
* instances. For more information, see Finding
* an AMI in the Amazon Elastic Compute Cloud User Guide.
*/
public String getImageId() {
return imageId;
}
/**
* The ID of the Amazon Machine Image (AMI) to use to launch your EC2
* instances. For more information, see Finding
* an AMI in the Amazon Elastic Compute Cloud User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2
* instances. For more information, see Finding
* an AMI in the Amazon Elastic Compute Cloud User Guide.
*/
public void setImageId(String imageId) {
this.imageId = imageId;
}
/**
* The ID of the Amazon Machine Image (AMI) to use to launch your EC2
* instances. For more information, see Finding
* an AMI in the Amazon Elastic Compute Cloud User Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param imageId The ID of the Amazon Machine Image (AMI) to use to launch your EC2
* instances. For more information, see Finding
* an AMI in the Amazon Elastic Compute Cloud User Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withImageId(String imageId) {
this.imageId = imageId;
return this;
}
/**
* The name of the key pair. For more information, see Amazon
* EC2 Key Pairs in the Amazon Elastic Compute Cloud User
* Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The name of the key pair. For more information, see Amazon
* EC2 Key Pairs in the Amazon Elastic Compute Cloud User
* Guide.
*/
public String getKeyName() {
return keyName;
}
/**
* The name of the key pair. For more information, see Amazon
* EC2 Key Pairs in the Amazon Elastic Compute Cloud User
* Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param keyName The name of the key pair. For more information, see Amazon
* EC2 Key Pairs in the Amazon Elastic Compute Cloud User
* Guide.
*/
public void setKeyName(String keyName) {
this.keyName = keyName;
}
/**
* The name of the key pair. For more information, see Amazon
* EC2 Key Pairs in the Amazon Elastic Compute Cloud User
* Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param keyName The name of the key pair. For more information, see Amazon
* EC2 Key Pairs in the Amazon Elastic Compute Cloud User
* Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withKeyName(String keyName) {
this.keyName = keyName;
return this;
}
/**
* One or more security groups with which to associate the instances.
*
If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*
* @return One or more security groups with which to associate the instances.
*
If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*/
public java.util.List getSecurityGroups() {
if (securityGroups == null) {
securityGroups = new com.amazonaws.internal.ListWithAutoConstructFlag();
securityGroups.setAutoConstruct(true);
}
return securityGroups;
}
/**
* One or more security groups with which to associate the instances.
* If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*
* @param securityGroups One or more security groups with which to associate the instances.
*
If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*/
public void setSecurityGroups(java.util.Collection securityGroups) {
if (securityGroups == null) {
this.securityGroups = null;
return;
}
com.amazonaws.internal.ListWithAutoConstructFlag securityGroupsCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(securityGroups.size());
securityGroupsCopy.addAll(securityGroups);
this.securityGroups = securityGroupsCopy;
}
/**
* One or more security groups with which to associate the instances.
* If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param securityGroups One or more security groups with which to associate the instances.
*
If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withSecurityGroups(String... securityGroups) {
if (getSecurityGroups() == null) setSecurityGroups(new java.util.ArrayList(securityGroups.length));
for (String value : securityGroups) {
getSecurityGroups().add(value);
}
return this;
}
/**
* One or more security groups with which to associate the instances.
* If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param securityGroups One or more security groups with which to associate the instances.
*
If your instances are launched in EC2-Classic, you can either
* specify security group names or the security group IDs. For more
* information about security groups for EC2-Classic, see Amazon
* EC2 Security Groups in the Amazon Elastic Compute Cloud User
* Guide.
If your instances are launched into a VPC, specify
* security group IDs. For more information, see Security
* Groups for Your VPC in the Amazon Virtual Private Cloud User
* Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withSecurityGroups(java.util.Collection securityGroups) {
if (securityGroups == null) {
this.securityGroups = null;
} else {
com.amazonaws.internal.ListWithAutoConstructFlag securityGroupsCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(securityGroups.size());
securityGroupsCopy.addAll(securityGroups);
this.securityGroups = securityGroupsCopy;
}
return this;
}
/**
* The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
* to. This parameter is supported only if you are launching EC2-Classic
* instances. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
* to. This parameter is supported only if you are launching EC2-Classic
* instances. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*/
public String getClassicLinkVPCId() {
return classicLinkVPCId;
}
/**
* The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
* to. This parameter is supported only if you are launching EC2-Classic
* instances. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
* to. This parameter is supported only if you are launching EC2-Classic
* instances. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*/
public void setClassicLinkVPCId(String classicLinkVPCId) {
this.classicLinkVPCId = classicLinkVPCId;
}
/**
* The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
* to. This parameter is supported only if you are launching EC2-Classic
* instances. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param classicLinkVPCId The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
* to. This parameter is supported only if you are launching EC2-Classic
* instances. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withClassicLinkVPCId(String classicLinkVPCId) {
this.classicLinkVPCId = classicLinkVPCId;
return this;
}
/**
* The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* @return The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*/
public java.util.List getClassicLinkVPCSecurityGroups() {
if (classicLinkVPCSecurityGroups == null) {
classicLinkVPCSecurityGroups = new com.amazonaws.internal.ListWithAutoConstructFlag();
classicLinkVPCSecurityGroups.setAutoConstruct(true);
}
return classicLinkVPCSecurityGroups;
}
/**
* The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* @param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*/
public void setClassicLinkVPCSecurityGroups(java.util.Collection classicLinkVPCSecurityGroups) {
if (classicLinkVPCSecurityGroups == null) {
this.classicLinkVPCSecurityGroups = null;
return;
}
com.amazonaws.internal.ListWithAutoConstructFlag classicLinkVPCSecurityGroupsCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(classicLinkVPCSecurityGroups.size());
classicLinkVPCSecurityGroupsCopy.addAll(classicLinkVPCSecurityGroups);
this.classicLinkVPCSecurityGroups = classicLinkVPCSecurityGroupsCopy;
}
/**
* The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withClassicLinkVPCSecurityGroups(String... classicLinkVPCSecurityGroups) {
if (getClassicLinkVPCSecurityGroups() == null) setClassicLinkVPCSecurityGroups(new java.util.ArrayList(classicLinkVPCSecurityGroups.length));
for (String value : classicLinkVPCSecurityGroups) {
getClassicLinkVPCSecurityGroups().add(value);
}
return this;
}
/**
* The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param classicLinkVPCSecurityGroups The IDs of one or more security groups for the VPC specified in
* ClassicLinkVPCId
. This parameter is required if
* ClassicLinkVPCId
is specified, and is not supported
* otherwise. For more information, see ClassicLink
* in the Amazon Elastic Compute Cloud User Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withClassicLinkVPCSecurityGroups(java.util.Collection classicLinkVPCSecurityGroups) {
if (classicLinkVPCSecurityGroups == null) {
this.classicLinkVPCSecurityGroups = null;
} else {
com.amazonaws.internal.ListWithAutoConstructFlag classicLinkVPCSecurityGroupsCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(classicLinkVPCSecurityGroups.size());
classicLinkVPCSecurityGroupsCopy.addAll(classicLinkVPCSecurityGroups);
this.classicLinkVPCSecurityGroups = classicLinkVPCSecurityGroupsCopy;
}
return this;
}
/**
* The user data to make available to the launched EC2 instances. For
* more information, see Instance
* Metadata and User Data in the Amazon Elastic Compute Cloud User
* Guide. At this time, launch configurations don't support
* compressed (zipped) user data files.
*
* Constraints:
* Length: 0 - 21847
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The user data to make available to the launched EC2 instances. For
* more information, see Instance
* Metadata and User Data in the Amazon Elastic Compute Cloud User
* Guide.
At this time, launch configurations don't support
* compressed (zipped) user data files.
*/
public String getUserData() {
return userData;
}
/**
* The user data to make available to the launched EC2 instances. For
* more information, see Instance
* Metadata and User Data in the Amazon Elastic Compute Cloud User
* Guide.
At this time, launch configurations don't support
* compressed (zipped) user data files.
*
* Constraints:
* Length: 0 - 21847
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param userData The user data to make available to the launched EC2 instances. For
* more information, see Instance
* Metadata and User Data in the Amazon Elastic Compute Cloud User
* Guide.
At this time, launch configurations don't support
* compressed (zipped) user data files.
*/
public void setUserData(String userData) {
this.userData = userData;
}
/**
* The user data to make available to the launched EC2 instances. For
* more information, see Instance
* Metadata and User Data in the Amazon Elastic Compute Cloud User
* Guide.
At this time, launch configurations don't support
* compressed (zipped) user data files.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 0 - 21847
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param userData The user data to make available to the launched EC2 instances. For
* more information, see Instance
* Metadata and User Data in the Amazon Elastic Compute Cloud User
* Guide.
At this time, launch configurations don't support
* compressed (zipped) user data files.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withUserData(String userData) {
this.userData = userData;
return this;
}
/**
* The ID of the EC2 instance to use to create the launch configuration.
*
The new launch configuration derives attributes from the instance,
* with the exception of the block device mapping.
To create a launch
* configuration with a block device mapping or override any other
* instance attributes, specify them as part of the same request.
For
* more information, see Create
* a Launch Configuration Using an EC2 Instance in the Auto
* Scaling Developer Guide.
*
* Constraints:
* Length: 1 - 19
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The ID of the EC2 instance to use to create the launch configuration.
*
The new launch configuration derives attributes from the instance,
* with the exception of the block device mapping.
To create a launch
* configuration with a block device mapping or override any other
* instance attributes, specify them as part of the same request.
For
* more information, see Create
* a Launch Configuration Using an EC2 Instance in the Auto
* Scaling Developer Guide.
*/
public String getInstanceId() {
return instanceId;
}
/**
* The ID of the EC2 instance to use to create the launch configuration.
*
The new launch configuration derives attributes from the instance,
* with the exception of the block device mapping.
To create a launch
* configuration with a block device mapping or override any other
* instance attributes, specify them as part of the same request.
For
* more information, see Create
* a Launch Configuration Using an EC2 Instance in the Auto
* Scaling Developer Guide.
*
* Constraints:
* Length: 1 - 19
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param instanceId The ID of the EC2 instance to use to create the launch configuration.
*
The new launch configuration derives attributes from the instance,
* with the exception of the block device mapping.
To create a launch
* configuration with a block device mapping or override any other
* instance attributes, specify them as part of the same request.
For
* more information, see Create
* a Launch Configuration Using an EC2 Instance in the Auto
* Scaling Developer Guide.
*/
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
/**
* The ID of the EC2 instance to use to create the launch configuration.
*
The new launch configuration derives attributes from the instance,
* with the exception of the block device mapping.
To create a launch
* configuration with a block device mapping or override any other
* instance attributes, specify them as part of the same request.
For
* more information, see Create
* a Launch Configuration Using an EC2 Instance in the Auto
* Scaling Developer Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 19
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param instanceId The ID of the EC2 instance to use to create the launch configuration.
*
The new launch configuration derives attributes from the instance,
* with the exception of the block device mapping.
To create a launch
* configuration with a block device mapping or override any other
* instance attributes, specify them as part of the same request.
For
* more information, see Create
* a Launch Configuration Using an EC2 Instance in the Auto
* Scaling Developer Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
/**
* The instance type of the EC2 instance. For information about available
* instance types, see
* Available Instance Types in the Amazon Elastic Compute Cloud
* User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The instance type of the EC2 instance. For information about available
* instance types, see
* Available Instance Types in the Amazon Elastic Compute Cloud
* User Guide.
*/
public String getInstanceType() {
return instanceType;
}
/**
* The instance type of the EC2 instance. For information about available
* instance types, see
* Available Instance Types in the Amazon Elastic Compute Cloud
* User Guide.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param instanceType The instance type of the EC2 instance. For information about available
* instance types, see
* Available Instance Types in the Amazon Elastic Compute Cloud
* User Guide.
*/
public void setInstanceType(String instanceType) {
this.instanceType = instanceType;
}
/**
* The instance type of the EC2 instance. For information about available
* instance types, see
* Available Instance Types in the Amazon Elastic Compute Cloud
* User Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param instanceType The instance type of the EC2 instance. For information about available
* instance types, see
* Available Instance Types in the Amazon Elastic Compute Cloud
* User Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withInstanceType(String instanceType) {
this.instanceType = instanceType;
return this;
}
/**
* The ID of the kernel associated with the AMI.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The ID of the kernel associated with the AMI.
*/
public String getKernelId() {
return kernelId;
}
/**
* The ID of the kernel associated with the AMI.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param kernelId The ID of the kernel associated with the AMI.
*/
public void setKernelId(String kernelId) {
this.kernelId = kernelId;
}
/**
* The ID of the kernel associated with the AMI.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param kernelId The ID of the kernel associated with the AMI.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withKernelId(String kernelId) {
this.kernelId = kernelId;
return this;
}
/**
* The ID of the RAM disk associated with the AMI.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The ID of the RAM disk associated with the AMI.
*/
public String getRamdiskId() {
return ramdiskId;
}
/**
* The ID of the RAM disk associated with the AMI.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param ramdiskId The ID of the RAM disk associated with the AMI.
*/
public void setRamdiskId(String ramdiskId) {
this.ramdiskId = ramdiskId;
}
/**
* The ID of the RAM disk associated with the AMI.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param ramdiskId The ID of the RAM disk associated with the AMI.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withRamdiskId(String ramdiskId) {
this.ramdiskId = ramdiskId;
return this;
}
/**
* One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*
* @return One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*/
public java.util.List getBlockDeviceMappings() {
if (blockDeviceMappings == null) {
blockDeviceMappings = new com.amazonaws.internal.ListWithAutoConstructFlag();
blockDeviceMappings.setAutoConstruct(true);
}
return blockDeviceMappings;
}
/**
* One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*
* @param blockDeviceMappings One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*/
public void setBlockDeviceMappings(java.util.Collection blockDeviceMappings) {
if (blockDeviceMappings == null) {
this.blockDeviceMappings = null;
return;
}
com.amazonaws.internal.ListWithAutoConstructFlag blockDeviceMappingsCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(blockDeviceMappings.size());
blockDeviceMappingsCopy.addAll(blockDeviceMappings);
this.blockDeviceMappings = blockDeviceMappingsCopy;
}
/**
* One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param blockDeviceMappings One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) {
if (getBlockDeviceMappings() == null) setBlockDeviceMappings(new java.util.ArrayList(blockDeviceMappings.length));
for (BlockDeviceMapping value : blockDeviceMappings) {
getBlockDeviceMappings().add(value);
}
return this;
}
/**
* One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param blockDeviceMappings One or more mappings that specify how block devices are exposed to the
* instance. For more information, see Block
* Device Mapping in the Amazon Elastic Compute Cloud User
* Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withBlockDeviceMappings(java.util.Collection blockDeviceMappings) {
if (blockDeviceMappings == null) {
this.blockDeviceMappings = null;
} else {
com.amazonaws.internal.ListWithAutoConstructFlag blockDeviceMappingsCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(blockDeviceMappings.size());
blockDeviceMappingsCopy.addAll(blockDeviceMappings);
this.blockDeviceMappings = blockDeviceMappingsCopy;
}
return this;
}
/**
* Enables detailed monitoring if it is disabled. Detailed monitoring is
* enabled by default. When detailed monitoring is enabled, Amazon
* CloudWatch generates metrics every minute and your account is charged
* a fee. When you disable detailed monitoring, by specifying
* False
, CloudWatch generates metrics every 5 minutes. For
* more information, see Monitor
* Your Auto Scaling Instances in the Auto Scaling Developer
* Guide.
*
* @return Enables detailed monitoring if it is disabled. Detailed monitoring is
* enabled by default.
When detailed monitoring is enabled, Amazon
* CloudWatch generates metrics every minute and your account is charged
* a fee. When you disable detailed monitoring, by specifying
* False
, CloudWatch generates metrics every 5 minutes. For
* more information, see Monitor
* Your Auto Scaling Instances in the Auto Scaling Developer
* Guide.
*/
public InstanceMonitoring getInstanceMonitoring() {
return instanceMonitoring;
}
/**
* Enables detailed monitoring if it is disabled. Detailed monitoring is
* enabled by default.
When detailed monitoring is enabled, Amazon
* CloudWatch generates metrics every minute and your account is charged
* a fee. When you disable detailed monitoring, by specifying
* False
, CloudWatch generates metrics every 5 minutes. For
* more information, see Monitor
* Your Auto Scaling Instances in the Auto Scaling Developer
* Guide.
*
* @param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is
* enabled by default.
When detailed monitoring is enabled, Amazon
* CloudWatch generates metrics every minute and your account is charged
* a fee. When you disable detailed monitoring, by specifying
* False
, CloudWatch generates metrics every 5 minutes. For
* more information, see Monitor
* Your Auto Scaling Instances in the Auto Scaling Developer
* Guide.
*/
public void setInstanceMonitoring(InstanceMonitoring instanceMonitoring) {
this.instanceMonitoring = instanceMonitoring;
}
/**
* Enables detailed monitoring if it is disabled. Detailed monitoring is
* enabled by default.
When detailed monitoring is enabled, Amazon
* CloudWatch generates metrics every minute and your account is charged
* a fee. When you disable detailed monitoring, by specifying
* False
, CloudWatch generates metrics every 5 minutes. For
* more information, see Monitor
* Your Auto Scaling Instances in the Auto Scaling Developer
* Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param instanceMonitoring Enables detailed monitoring if it is disabled. Detailed monitoring is
* enabled by default.
When detailed monitoring is enabled, Amazon
* CloudWatch generates metrics every minute and your account is charged
* a fee. When you disable detailed monitoring, by specifying
* False
, CloudWatch generates metrics every 5 minutes. For
* more information, see Monitor
* Your Auto Scaling Instances in the Auto Scaling Developer
* Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withInstanceMonitoring(InstanceMonitoring instanceMonitoring) {
this.instanceMonitoring = instanceMonitoring;
return this;
}
/**
* The maximum hourly price to be paid for any Spot Instance launched to
* fulfill the request. Spot Instances are launched when the price you
* specify exceeds the current Spot market price. For more information,
* see Launch
* Spot Instances in Your Auto Scaling Group in the Auto Scaling
* Developer Guide.
*
* Constraints:
* Length: 1 - 255
*
* @return The maximum hourly price to be paid for any Spot Instance launched to
* fulfill the request. Spot Instances are launched when the price you
* specify exceeds the current Spot market price. For more information,
* see Launch
* Spot Instances in Your Auto Scaling Group in the Auto Scaling
* Developer Guide.
*/
public String getSpotPrice() {
return spotPrice;
}
/**
* The maximum hourly price to be paid for any Spot Instance launched to
* fulfill the request. Spot Instances are launched when the price you
* specify exceeds the current Spot market price. For more information,
* see Launch
* Spot Instances in Your Auto Scaling Group in the Auto Scaling
* Developer Guide.
*
* Constraints:
* Length: 1 - 255
*
* @param spotPrice The maximum hourly price to be paid for any Spot Instance launched to
* fulfill the request. Spot Instances are launched when the price you
* specify exceeds the current Spot market price. For more information,
* see Launch
* Spot Instances in Your Auto Scaling Group in the Auto Scaling
* Developer Guide.
*/
public void setSpotPrice(String spotPrice) {
this.spotPrice = spotPrice;
}
/**
* The maximum hourly price to be paid for any Spot Instance launched to
* fulfill the request. Spot Instances are launched when the price you
* specify exceeds the current Spot market price. For more information,
* see Launch
* Spot Instances in Your Auto Scaling Group in the Auto Scaling
* Developer Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 255
*
* @param spotPrice The maximum hourly price to be paid for any Spot Instance launched to
* fulfill the request. Spot Instances are launched when the price you
* specify exceeds the current Spot market price. For more information,
* see Launch
* Spot Instances in Your Auto Scaling Group in the Auto Scaling
* Developer Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withSpotPrice(String spotPrice) {
this.spotPrice = spotPrice;
return this;
}
/**
* The name or the Amazon Resource Name (ARN) of the instance profile
* associated with the IAM role for the instance.
EC2 instances
* launched with an IAM role will automatically have AWS security
* credentials available. You can use IAM roles with Auto Scaling to
* automatically enable applications running on your EC2 instances to
* securely access other AWS resources. For more information, see Launch
* Auto Scaling Instances with an IAM Role in the Auto Scaling
* Developer Guide.
*
* Constraints:
* Length: 1 - 1600
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The name or the Amazon Resource Name (ARN) of the instance profile
* associated with the IAM role for the instance.
EC2 instances
* launched with an IAM role will automatically have AWS security
* credentials available. You can use IAM roles with Auto Scaling to
* automatically enable applications running on your EC2 instances to
* securely access other AWS resources. For more information, see Launch
* Auto Scaling Instances with an IAM Role in the Auto Scaling
* Developer Guide.
*/
public String getIamInstanceProfile() {
return iamInstanceProfile;
}
/**
* The name or the Amazon Resource Name (ARN) of the instance profile
* associated with the IAM role for the instance.
EC2 instances
* launched with an IAM role will automatically have AWS security
* credentials available. You can use IAM roles with Auto Scaling to
* automatically enable applications running on your EC2 instances to
* securely access other AWS resources. For more information, see Launch
* Auto Scaling Instances with an IAM Role in the Auto Scaling
* Developer Guide.
*
* Constraints:
* Length: 1 - 1600
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile
* associated with the IAM role for the instance.
EC2 instances
* launched with an IAM role will automatically have AWS security
* credentials available. You can use IAM roles with Auto Scaling to
* automatically enable applications running on your EC2 instances to
* securely access other AWS resources. For more information, see Launch
* Auto Scaling Instances with an IAM Role in the Auto Scaling
* Developer Guide.
*/
public void setIamInstanceProfile(String iamInstanceProfile) {
this.iamInstanceProfile = iamInstanceProfile;
}
/**
* The name or the Amazon Resource Name (ARN) of the instance profile
* associated with the IAM role for the instance.
EC2 instances
* launched with an IAM role will automatically have AWS security
* credentials available. You can use IAM roles with Auto Scaling to
* automatically enable applications running on your EC2 instances to
* securely access other AWS resources. For more information, see Launch
* Auto Scaling Instances with an IAM Role in the Auto Scaling
* Developer Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 1600
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param iamInstanceProfile The name or the Amazon Resource Name (ARN) of the instance profile
* associated with the IAM role for the instance.
EC2 instances
* launched with an IAM role will automatically have AWS security
* credentials available. You can use IAM roles with Auto Scaling to
* automatically enable applications running on your EC2 instances to
* securely access other AWS resources. For more information, see Launch
* Auto Scaling Instances with an IAM Role in the Auto Scaling
* Developer Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withIamInstanceProfile(String iamInstanceProfile) {
this.iamInstanceProfile = iamInstanceProfile;
return this;
}
/**
* Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*
* @return Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*/
public Boolean isEbsOptimized() {
return ebsOptimized;
}
/**
* Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*
* @param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*/
public void setEbsOptimized(Boolean ebsOptimized) {
this.ebsOptimized = ebsOptimized;
}
/**
* Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param ebsOptimized Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withEbsOptimized(Boolean ebsOptimized) {
this.ebsOptimized = ebsOptimized;
return this;
}
/**
* Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*
* @return Indicates whether the instance is optimized for Amazon EBS I/O. By
* default, the instance is not optimized for EBS I/O. The optimization
* provides dedicated throughput to Amazon EBS and an optimized
* configuration stack to provide optimal I/O performance. This
* optimization is not available with all instance types. Additional
* usage charges apply. For more information, see Amazon
* EBS-Optimized Instances in the Amazon Elastic Compute Cloud
* User Guide.
*/
public Boolean getEbsOptimized() {
return ebsOptimized;
}
/**
* Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*
* @return Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*/
public Boolean isAssociatePublicIpAddress() {
return associatePublicIpAddress;
}
/**
* Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*
* @param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*/
public void setAssociatePublicIpAddress(Boolean associatePublicIpAddress) {
this.associatePublicIpAddress = associatePublicIpAddress;
}
/**
* Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param associatePublicIpAddress Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withAssociatePublicIpAddress(Boolean associatePublicIpAddress) {
this.associatePublicIpAddress = associatePublicIpAddress;
return this;
}
/**
* Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*
* @return Used for groups that launch instances into a virtual private cloud
* (VPC). Specifies whether to assign a public IP address to each
* instance. For more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
If you specify a value for this parameter, be
* sure to specify at least one subnet using the VPCZoneIdentifier
* parameter when you create your group.
Default: If the instance is
* launched into a default subnet, the default is true
. If
* the instance is launched into a nondefault subnet, the default is
* false
. For more information, see Supported
* Platforms in the Amazon Elastic Compute Cloud User Guide.
*/
public Boolean getAssociatePublicIpAddress() {
return associatePublicIpAddress;
}
/**
* The tenancy of the instance. An instance with a tenancy of
* dedicated
runs on single-tenant hardware and can only be
* launched into a VPC.
You must set the value of this parameter to
* dedicated
if want to launch Dedicated Instances into a
* shared tenancy VPC (VPC with instance placement tenancy attribute set
* to default
).
If you specify a value for this
* parameter, be sure to specify at least one subnet using the
* VPCZoneIdentifier parameter when you create your group.
For
* more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
Valid values: default
|
* dedicated
*
* Constraints:
* Length: 1 - 64
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @return The tenancy of the instance. An instance with a tenancy of
* dedicated
runs on single-tenant hardware and can only be
* launched into a VPC.
You must set the value of this parameter to
* dedicated
if want to launch Dedicated Instances into a
* shared tenancy VPC (VPC with instance placement tenancy attribute set
* to default
).
If you specify a value for this
* parameter, be sure to specify at least one subnet using the
* VPCZoneIdentifier parameter when you create your group.
For
* more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
Valid values: default
|
* dedicated
*/
public String getPlacementTenancy() {
return placementTenancy;
}
/**
* The tenancy of the instance. An instance with a tenancy of
* dedicated
runs on single-tenant hardware and can only be
* launched into a VPC.
You must set the value of this parameter to
* dedicated
if want to launch Dedicated Instances into a
* shared tenancy VPC (VPC with instance placement tenancy attribute set
* to default
).
If you specify a value for this
* parameter, be sure to specify at least one subnet using the
* VPCZoneIdentifier parameter when you create your group.
For
* more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
Valid values: default
|
* dedicated
*
* Constraints:
* Length: 1 - 64
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param placementTenancy The tenancy of the instance. An instance with a tenancy of
* dedicated
runs on single-tenant hardware and can only be
* launched into a VPC.
You must set the value of this parameter to
* dedicated
if want to launch Dedicated Instances into a
* shared tenancy VPC (VPC with instance placement tenancy attribute set
* to default
).
If you specify a value for this
* parameter, be sure to specify at least one subnet using the
* VPCZoneIdentifier parameter when you create your group.
For
* more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
Valid values: default
|
* dedicated
*/
public void setPlacementTenancy(String placementTenancy) {
this.placementTenancy = placementTenancy;
}
/**
* The tenancy of the instance. An instance with a tenancy of
* dedicated
runs on single-tenant hardware and can only be
* launched into a VPC.
You must set the value of this parameter to
* dedicated
if want to launch Dedicated Instances into a
* shared tenancy VPC (VPC with instance placement tenancy attribute set
* to default
).
If you specify a value for this
* parameter, be sure to specify at least one subnet using the
* VPCZoneIdentifier parameter when you create your group.
For
* more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
Valid values: default
|
* dedicated
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 64
* Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
*
* @param placementTenancy The tenancy of the instance. An instance with a tenancy of
* dedicated
runs on single-tenant hardware and can only be
* launched into a VPC.
You must set the value of this parameter to
* dedicated
if want to launch Dedicated Instances into a
* shared tenancy VPC (VPC with instance placement tenancy attribute set
* to default
).
If you specify a value for this
* parameter, be sure to specify at least one subnet using the
* VPCZoneIdentifier parameter when you create your group.
For
* more information, see Auto
* Scaling and Amazon Virtual Private Cloud in the Auto Scaling
* Developer Guide.
Valid values: default
|
* dedicated
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public CreateLaunchConfigurationRequest withPlacementTenancy(String placementTenancy) {
this.placementTenancy = placementTenancy;
return this;
}
/**
* Returns a string representation of this object; useful for testing and
* debugging.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getLaunchConfigurationName() != null) sb.append("LaunchConfigurationName: " + getLaunchConfigurationName() + ",");
if (getImageId() != null) sb.append("ImageId: " + getImageId() + ",");
if (getKeyName() != null) sb.append("KeyName: " + getKeyName() + ",");
if (getSecurityGroups() != null) sb.append("SecurityGroups: " + getSecurityGroups() + ",");
if (getClassicLinkVPCId() != null) sb.append("ClassicLinkVPCId: " + getClassicLinkVPCId() + ",");
if (getClassicLinkVPCSecurityGroups() != null) sb.append("ClassicLinkVPCSecurityGroups: " + getClassicLinkVPCSecurityGroups() + ",");
if (getUserData() != null) sb.append("UserData: " + getUserData() + ",");
if (getInstanceId() != null) sb.append("InstanceId: " + getInstanceId() + ",");
if (getInstanceType() != null) sb.append("InstanceType: " + getInstanceType() + ",");
if (getKernelId() != null) sb.append("KernelId: " + getKernelId() + ",");
if (getRamdiskId() != null) sb.append("RamdiskId: " + getRamdiskId() + ",");
if (getBlockDeviceMappings() != null) sb.append("BlockDeviceMappings: " + getBlockDeviceMappings() + ",");
if (getInstanceMonitoring() != null) sb.append("InstanceMonitoring: " + getInstanceMonitoring() + ",");
if (getSpotPrice() != null) sb.append("SpotPrice: " + getSpotPrice() + ",");
if (getIamInstanceProfile() != null) sb.append("IamInstanceProfile: " + getIamInstanceProfile() + ",");
if (isEbsOptimized() != null) sb.append("EbsOptimized: " + isEbsOptimized() + ",");
if (isAssociatePublicIpAddress() != null) sb.append("AssociatePublicIpAddress: " + isAssociatePublicIpAddress() + ",");
if (getPlacementTenancy() != null) sb.append("PlacementTenancy: " + getPlacementTenancy() );
sb.append("}");
return sb.toString();
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getLaunchConfigurationName() == null) ? 0 : getLaunchConfigurationName().hashCode());
hashCode = prime * hashCode + ((getImageId() == null) ? 0 : getImageId().hashCode());
hashCode = prime * hashCode + ((getKeyName() == null) ? 0 : getKeyName().hashCode());
hashCode = prime * hashCode + ((getSecurityGroups() == null) ? 0 : getSecurityGroups().hashCode());
hashCode = prime * hashCode + ((getClassicLinkVPCId() == null) ? 0 : getClassicLinkVPCId().hashCode());
hashCode = prime * hashCode + ((getClassicLinkVPCSecurityGroups() == null) ? 0 : getClassicLinkVPCSecurityGroups().hashCode());
hashCode = prime * hashCode + ((getUserData() == null) ? 0 : getUserData().hashCode());
hashCode = prime * hashCode + ((getInstanceId() == null) ? 0 : getInstanceId().hashCode());
hashCode = prime * hashCode + ((getInstanceType() == null) ? 0 : getInstanceType().hashCode());
hashCode = prime * hashCode + ((getKernelId() == null) ? 0 : getKernelId().hashCode());
hashCode = prime * hashCode + ((getRamdiskId() == null) ? 0 : getRamdiskId().hashCode());
hashCode = prime * hashCode + ((getBlockDeviceMappings() == null) ? 0 : getBlockDeviceMappings().hashCode());
hashCode = prime * hashCode + ((getInstanceMonitoring() == null) ? 0 : getInstanceMonitoring().hashCode());
hashCode = prime * hashCode + ((getSpotPrice() == null) ? 0 : getSpotPrice().hashCode());
hashCode = prime * hashCode + ((getIamInstanceProfile() == null) ? 0 : getIamInstanceProfile().hashCode());
hashCode = prime * hashCode + ((isEbsOptimized() == null) ? 0 : isEbsOptimized().hashCode());
hashCode = prime * hashCode + ((isAssociatePublicIpAddress() == null) ? 0 : isAssociatePublicIpAddress().hashCode());
hashCode = prime * hashCode + ((getPlacementTenancy() == null) ? 0 : getPlacementTenancy().hashCode());
return hashCode;
}
@Override
public boolean equals(Object obj) {
if (this == obj) return true;
if (obj == null) return false;
if (obj instanceof CreateLaunchConfigurationRequest == false) return false;
CreateLaunchConfigurationRequest other = (CreateLaunchConfigurationRequest)obj;
if (other.getLaunchConfigurationName() == null ^ this.getLaunchConfigurationName() == null) return false;
if (other.getLaunchConfigurationName() != null && other.getLaunchConfigurationName().equals(this.getLaunchConfigurationName()) == false) return false;
if (other.getImageId() == null ^ this.getImageId() == null) return false;
if (other.getImageId() != null && other.getImageId().equals(this.getImageId()) == false) return false;
if (other.getKeyName() == null ^ this.getKeyName() == null) return false;
if (other.getKeyName() != null && other.getKeyName().equals(this.getKeyName()) == false) return false;
if (other.getSecurityGroups() == null ^ this.getSecurityGroups() == null) return false;
if (other.getSecurityGroups() != null && other.getSecurityGroups().equals(this.getSecurityGroups()) == false) return false;
if (other.getClassicLinkVPCId() == null ^ this.getClassicLinkVPCId() == null) return false;
if (other.getClassicLinkVPCId() != null && other.getClassicLinkVPCId().equals(this.getClassicLinkVPCId()) == false) return false;
if (other.getClassicLinkVPCSecurityGroups() == null ^ this.getClassicLinkVPCSecurityGroups() == null) return false;
if (other.getClassicLinkVPCSecurityGroups() != null && other.getClassicLinkVPCSecurityGroups().equals(this.getClassicLinkVPCSecurityGroups()) == false) return false;
if (other.getUserData() == null ^ this.getUserData() == null) return false;
if (other.getUserData() != null && other.getUserData().equals(this.getUserData()) == false) return false;
if (other.getInstanceId() == null ^ this.getInstanceId() == null) return false;
if (other.getInstanceId() != null && other.getInstanceId().equals(this.getInstanceId()) == false) return false;
if (other.getInstanceType() == null ^ this.getInstanceType() == null) return false;
if (other.getInstanceType() != null && other.getInstanceType().equals(this.getInstanceType()) == false) return false;
if (other.getKernelId() == null ^ this.getKernelId() == null) return false;
if (other.getKernelId() != null && other.getKernelId().equals(this.getKernelId()) == false) return false;
if (other.getRamdiskId() == null ^ this.getRamdiskId() == null) return false;
if (other.getRamdiskId() != null && other.getRamdiskId().equals(this.getRamdiskId()) == false) return false;
if (other.getBlockDeviceMappings() == null ^ this.getBlockDeviceMappings() == null) return false;
if (other.getBlockDeviceMappings() != null && other.getBlockDeviceMappings().equals(this.getBlockDeviceMappings()) == false) return false;
if (other.getInstanceMonitoring() == null ^ this.getInstanceMonitoring() == null) return false;
if (other.getInstanceMonitoring() != null && other.getInstanceMonitoring().equals(this.getInstanceMonitoring()) == false) return false;
if (other.getSpotPrice() == null ^ this.getSpotPrice() == null) return false;
if (other.getSpotPrice() != null && other.getSpotPrice().equals(this.getSpotPrice()) == false) return false;
if (other.getIamInstanceProfile() == null ^ this.getIamInstanceProfile() == null) return false;
if (other.getIamInstanceProfile() != null && other.getIamInstanceProfile().equals(this.getIamInstanceProfile()) == false) return false;
if (other.isEbsOptimized() == null ^ this.isEbsOptimized() == null) return false;
if (other.isEbsOptimized() != null && other.isEbsOptimized().equals(this.isEbsOptimized()) == false) return false;
if (other.isAssociatePublicIpAddress() == null ^ this.isAssociatePublicIpAddress() == null) return false;
if (other.isAssociatePublicIpAddress() != null && other.isAssociatePublicIpAddress().equals(this.isAssociatePublicIpAddress()) == false) return false;
if (other.getPlacementTenancy() == null ^ this.getPlacementTenancy() == null) return false;
if (other.getPlacementTenancy() != null && other.getPlacementTenancy().equals(this.getPlacementTenancy()) == false) return false;
return true;
}
}