Class CreateInstanceRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.opsworks.model.CreateInstanceRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class CreateInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description CreateInstanceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateInstanceRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetAgentVersion()The default AWS OpsWorks agent version.StringgetAmiId()A custom AMI ID to be used to create the instance.StringgetArchitecture()The instance architecture.StringgetAutoScalingType()For load-based or time-based instances, the type.StringgetAvailabilityZone()The instance Availability Zone.List<BlockDeviceMapping>getBlockDeviceMappings()An array ofBlockDeviceMappingobjects that specify the instance's block devices.BooleangetEbsOptimized()Whether to create an Amazon EBS-optimized instance.StringgetHostname()The instance host name.BooleangetInstallUpdatesOnBoot()Whether to install operating system and package updates when the instance boots.StringgetInstanceType()The instance type, such ast2.micro.List<String>getLayerIds()An array that contains the instance's layer IDs.StringgetOs()The instance's operating system, which must be set to one of the following.StringgetRootDeviceType()The instance root device type.StringgetSshKeyName()The instance's Amazon EC2 key-pair name.StringgetStackId()The stack ID.StringgetSubnetId()The ID of the instance's subnet.StringgetTenancy()The instance's tenancy option.StringgetVirtualizationType()The instance's virtualization type,paravirtualorhvm.inthashCode()BooleanisEbsOptimized()Whether to create an Amazon EBS-optimized instance.BooleanisInstallUpdatesOnBoot()Whether to install operating system and package updates when the instance boots.voidsetAgentVersion(String agentVersion)The default AWS OpsWorks agent version.voidsetAmiId(String amiId)A custom AMI ID to be used to create the instance.voidsetArchitecture(Architecture architecture)The instance architecture.voidsetArchitecture(String architecture)The instance architecture.voidsetAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.voidsetAutoScalingType(String autoScalingType)For load-based or time-based instances, the type.voidsetAvailabilityZone(String availabilityZone)The instance Availability Zone.voidsetBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.voidsetEbsOptimized(Boolean ebsOptimized)Whether to create an Amazon EBS-optimized instance.voidsetHostname(String hostname)The instance host name.voidsetInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)Whether to install operating system and package updates when the instance boots.voidsetInstanceType(String instanceType)The instance type, such ast2.micro.voidsetLayerIds(Collection<String> layerIds)An array that contains the instance's layer IDs.voidsetOs(String os)The instance's operating system, which must be set to one of the following.voidsetRootDeviceType(RootDeviceType rootDeviceType)The instance root device type.voidsetRootDeviceType(String rootDeviceType)The instance root device type.voidsetSshKeyName(String sshKeyName)The instance's Amazon EC2 key-pair name.voidsetStackId(String stackId)The stack ID.voidsetSubnetId(String subnetId)The ID of the instance's subnet.voidsetTenancy(String tenancy)The instance's tenancy option.voidsetVirtualizationType(String virtualizationType)The instance's virtualization type,paravirtualorhvm.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateInstanceRequestwithAgentVersion(String agentVersion)The default AWS OpsWorks agent version.CreateInstanceRequestwithAmiId(String amiId)A custom AMI ID to be used to create the instance.CreateInstanceRequestwithArchitecture(Architecture architecture)The instance architecture.CreateInstanceRequestwithArchitecture(String architecture)The instance architecture.CreateInstanceRequestwithAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.CreateInstanceRequestwithAutoScalingType(String autoScalingType)For load-based or time-based instances, the type.CreateInstanceRequestwithAvailabilityZone(String availabilityZone)The instance Availability Zone.CreateInstanceRequestwithBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.CreateInstanceRequestwithBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.CreateInstanceRequestwithEbsOptimized(Boolean ebsOptimized)Whether to create an Amazon EBS-optimized instance.CreateInstanceRequestwithHostname(String hostname)The instance host name.CreateInstanceRequestwithInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)Whether to install operating system and package updates when the instance boots.CreateInstanceRequestwithInstanceType(String instanceType)The instance type, such ast2.micro.CreateInstanceRequestwithLayerIds(String... layerIds)An array that contains the instance's layer IDs.CreateInstanceRequestwithLayerIds(Collection<String> layerIds)An array that contains the instance's layer IDs.CreateInstanceRequestwithOs(String os)The instance's operating system, which must be set to one of the following.CreateInstanceRequestwithRootDeviceType(RootDeviceType rootDeviceType)The instance root device type.CreateInstanceRequestwithRootDeviceType(String rootDeviceType)The instance root device type.CreateInstanceRequestwithSshKeyName(String sshKeyName)The instance's Amazon EC2 key-pair name.CreateInstanceRequestwithStackId(String stackId)The stack ID.CreateInstanceRequestwithSubnetId(String subnetId)The ID of the instance's subnet.CreateInstanceRequestwithTenancy(String tenancy)The instance's tenancy option.CreateInstanceRequestwithVirtualizationType(String virtualizationType)The instance's virtualization type,paravirtualorhvm.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setStackId
public void setStackId(String stackId)
The stack ID.
- Parameters:
stackId- The stack ID.
-
getStackId
public String getStackId()
The stack ID.
- Returns:
- The stack ID.
-
withStackId
public CreateInstanceRequest withStackId(String stackId)
The stack ID.
- Parameters:
stackId- The stack ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getLayerIds
public List<String> getLayerIds()
An array that contains the instance's layer IDs.
- Returns:
- An array that contains the instance's layer IDs.
-
setLayerIds
public void setLayerIds(Collection<String> layerIds)
An array that contains the instance's layer IDs.
- Parameters:
layerIds- An array that contains the instance's layer IDs.
-
withLayerIds
public CreateInstanceRequest withLayerIds(String... layerIds)
An array that contains the instance's layer IDs.
NOTE: This method appends the values to the existing list (if any). Use
setLayerIds(java.util.Collection)orwithLayerIds(java.util.Collection)if you want to override the existing values.- Parameters:
layerIds- An array that contains the instance's layer IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withLayerIds
public CreateInstanceRequest withLayerIds(Collection<String> layerIds)
An array that contains the instance's layer IDs.
- Parameters:
layerIds- An array that contains the instance's layer IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInstanceType
public void setInstanceType(String instanceType)
The instance type, such as
t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.- Parameters:
instanceType- The instance type, such ast2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.
-
getInstanceType
public String getInstanceType()
The instance type, such as
t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.- Returns:
- The instance type, such as
t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.
-
withInstanceType
public CreateInstanceRequest withInstanceType(String instanceType)
The instance type, such as
t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.- Parameters:
instanceType- The instance type, such ast2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutoScalingType
public void setAutoScalingType(String autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
- Parameters:
autoScalingType- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.- See Also:
AutoScalingType
-
getAutoScalingType
public String getAutoScalingType()
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
- Returns:
- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
- See Also:
AutoScalingType
-
withAutoScalingType
public CreateInstanceRequest withAutoScalingType(String autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
- Parameters:
autoScalingType- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoScalingType
-
setAutoScalingType
public void setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
- Parameters:
autoScalingType- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.- See Also:
AutoScalingType
-
withAutoScalingType
public CreateInstanceRequest withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
- Parameters:
autoScalingType- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoScalingType
-
setHostname
public void setHostname(String hostname)
The instance host name.
- Parameters:
hostname- The instance host name.
-
getHostname
public String getHostname()
The instance host name.
- Returns:
- The instance host name.
-
withHostname
public CreateInstanceRequest withHostname(String hostname)
The instance host name.
- Parameters:
hostname- The instance host name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOs
public void setOs(String os)
The instance's operating system, which must be set to one of the following.
- A supported Linux operating system: An Amazon Linux version, such as
Amazon Linux 2015.03,Red Hat Enterprise Linux 7,Ubuntu 12.04 LTS, orUbuntu 14.04 LTS. Microsoft Windows Server 2012 R2 Base.- A custom AMI:
Custom.
For more information on the supported operating systems, see AWS OpsWorks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to
Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value isCustom. For more information on the supported operating systems, see Operating SystemsFor more information on how to use custom AMIs with AWS OpsWorks, see Using Custom AMIs.- Parameters:
os- The instance's operating system, which must be set to one of the following.- A supported Linux operating system: An Amazon Linux version,
such as
Amazon Linux 2015.03,Red Hat Enterprise Linux 7,Ubuntu 12.04 LTS, orUbuntu 14.04 LTS. Microsoft Windows Server 2012 R2 Base.- A custom AMI:
Custom.
For more information on the supported operating systems, see AWS OpsWorks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to
Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value isCustom. For more information on the supported operating systems, see Operating SystemsFor more information on how to use custom AMIs with AWS OpsWorks, see Using Custom AMIs.- A supported Linux operating system: An Amazon Linux version,
such as
- A supported Linux operating system: An Amazon Linux version, such as
-
getOs
public String getOs()
The instance's operating system, which must be set to one of the following.
- A supported Linux operating system: An Amazon Linux version, such as
Amazon Linux 2015.03,Red Hat Enterprise Linux 7,Ubuntu 12.04 LTS, orUbuntu 14.04 LTS. Microsoft Windows Server 2012 R2 Base.- A custom AMI:
Custom.
For more information on the supported operating systems, see AWS OpsWorks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to
Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value isCustom. For more information on the supported operating systems, see Operating SystemsFor more information on how to use custom AMIs with AWS OpsWorks, see Using Custom AMIs.- Returns:
- The instance's operating system, which must be set to one of the
following.
- A supported Linux operating system: An Amazon Linux version,
such as
Amazon Linux 2015.03,Red Hat Enterprise Linux 7,Ubuntu 12.04 LTS, orUbuntu 14.04 LTS. Microsoft Windows Server 2012 R2 Base.- A custom AMI:
Custom.
For more information on the supported operating systems, see AWS OpsWorks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to
Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value isCustom. For more information on the supported operating systems, see Operating SystemsFor more information on how to use custom AMIs with AWS OpsWorks, see Using Custom AMIs. - A supported Linux operating system: An Amazon Linux version,
such as
- A supported Linux operating system: An Amazon Linux version, such as
-
withOs
public CreateInstanceRequest withOs(String os)
The instance's operating system, which must be set to one of the following.
- A supported Linux operating system: An Amazon Linux version, such as
Amazon Linux 2015.03,Red Hat Enterprise Linux 7,Ubuntu 12.04 LTS, orUbuntu 14.04 LTS. Microsoft Windows Server 2012 R2 Base.- A custom AMI:
Custom.
For more information on the supported operating systems, see AWS OpsWorks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to
Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value isCustom. For more information on the supported operating systems, see Operating SystemsFor more information on how to use custom AMIs with AWS OpsWorks, see Using Custom AMIs.- Parameters:
os- The instance's operating system, which must be set to one of the following.- A supported Linux operating system: An Amazon Linux version,
such as
Amazon Linux 2015.03,Red Hat Enterprise Linux 7,Ubuntu 12.04 LTS, orUbuntu 14.04 LTS. Microsoft Windows Server 2012 R2 Base.- A custom AMI:
Custom.
For more information on the supported operating systems, see AWS OpsWorks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to
Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value isCustom. For more information on the supported operating systems, see Operating SystemsFor more information on how to use custom AMIs with AWS OpsWorks, see Using Custom AMIs.- A supported Linux operating system: An Amazon Linux version,
such as
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- A supported Linux operating system: An Amazon Linux version, such as
-
setAmiId
public void setAmiId(String amiId)
A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs.
If you specify a custom AMI, you must set OstoCustom.- Parameters:
amiId- A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs.If you specify a custom AMI, you must set OstoCustom.
-
getAmiId
public String getAmiId()
A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs.
If you specify a custom AMI, you must set OstoCustom.- Returns:
- A custom AMI ID to be used to create the instance. The AMI should
be based on one of the supported operating systems. For more
information, see Using Custom AMIs.
If you specify a custom AMI, you must set OstoCustom.
-
withAmiId
public CreateInstanceRequest withAmiId(String amiId)
A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs.
If you specify a custom AMI, you must set OstoCustom.- Parameters:
amiId- A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs.If you specify a custom AMI, you must set OstoCustom.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSshKeyName
public void setSshKeyName(String sshKeyName)
The instance's Amazon EC2 key-pair name.
- Parameters:
sshKeyName- The instance's Amazon EC2 key-pair name.
-
getSshKeyName
public String getSshKeyName()
The instance's Amazon EC2 key-pair name.
- Returns:
- The instance's Amazon EC2 key-pair name.
-
withSshKeyName
public CreateInstanceRequest withSshKeyName(String sshKeyName)
The instance's Amazon EC2 key-pair name.
- Parameters:
sshKeyName- The instance's Amazon EC2 key-pair name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAvailabilityZone
public void setAvailabilityZone(String availabilityZone)
The instance Availability Zone. For more information, see Regions and Endpoints.
- Parameters:
availabilityZone- The instance Availability Zone. For more information, see Regions and Endpoints.
-
getAvailabilityZone
public String getAvailabilityZone()
The instance Availability Zone. For more information, see Regions and Endpoints.
- Returns:
- The instance Availability Zone. For more information, see Regions and Endpoints.
-
withAvailabilityZone
public CreateInstanceRequest withAvailabilityZone(String availabilityZone)
The instance Availability Zone. For more information, see Regions and Endpoints.
- Parameters:
availabilityZone- The instance Availability Zone. For more information, see Regions and Endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVirtualizationType
public void setVirtualizationType(String virtualizationType)
The instance's virtualization type,
paravirtualorhvm.- Parameters:
virtualizationType- The instance's virtualization type,paravirtualorhvm.
-
getVirtualizationType
public String getVirtualizationType()
The instance's virtualization type,
paravirtualorhvm.- Returns:
- The instance's virtualization type,
paravirtualorhvm.
-
withVirtualizationType
public CreateInstanceRequest withVirtualizationType(String virtualizationType)
The instance's virtualization type,
paravirtualorhvm.- Parameters:
virtualizationType- The instance's virtualization type,paravirtualorhvm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetId
public void setSubnetId(String subnetId)
The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks to launch the instance in a different subnet.
- Parameters:
subnetId- The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks to launch the instance in a different subnet.
-
getSubnetId
public String getSubnetId()
The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks to launch the instance in a different subnet.
- Returns:
- The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks to launch the instance in a different subnet.
-
withSubnetId
public CreateInstanceRequest withSubnetId(String subnetId)
The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks to launch the instance in a different subnet.
- Parameters:
subnetId- The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct AWS OpsWorks to launch the instance in a different subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setArchitecture
public void setArchitecture(String architecture)
The instance architecture. The default option is
x86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- Parameters:
architecture- The instance architecture. The default option isx86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- See Also:
Architecture
-
getArchitecture
public String getArchitecture()
The instance architecture. The default option is
x86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- Returns:
- The instance architecture. The default option is
x86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types. - See Also:
Architecture
-
withArchitecture
public CreateInstanceRequest withArchitecture(String architecture)
The instance architecture. The default option is
x86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- Parameters:
architecture- The instance architecture. The default option isx86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture
-
setArchitecture
public void setArchitecture(Architecture architecture)
The instance architecture. The default option is
x86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- Parameters:
architecture- The instance architecture. The default option isx86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- See Also:
Architecture
-
withArchitecture
public CreateInstanceRequest withArchitecture(Architecture architecture)
The instance architecture. The default option is
x86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- Parameters:
architecture- The instance architecture. The default option isx86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture
-
setRootDeviceType
public void setRootDeviceType(String rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
- Parameters:
rootDeviceType- The instance root device type. For more information, see Storage for the Root Device.- See Also:
RootDeviceType
-
getRootDeviceType
public String getRootDeviceType()
The instance root device type. For more information, see Storage for the Root Device.
- Returns:
- The instance root device type. For more information, see Storage for the Root Device.
- See Also:
RootDeviceType
-
withRootDeviceType
public CreateInstanceRequest withRootDeviceType(String rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
- Parameters:
rootDeviceType- The instance root device type. For more information, see Storage for the Root Device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RootDeviceType
-
setRootDeviceType
public void setRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
- Parameters:
rootDeviceType- The instance root device type. For more information, see Storage for the Root Device.- See Also:
RootDeviceType
-
withRootDeviceType
public CreateInstanceRequest withRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
- Parameters:
rootDeviceType- The instance root device type. For more information, see Storage for the Root Device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RootDeviceType
-
getBlockDeviceMappings
public List<BlockDeviceMapping> getBlockDeviceMappings()
An array of
BlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.- Returns:
- An array of
BlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.
-
setBlockDeviceMappings
public void setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.- Parameters:
blockDeviceMappings- An array ofBlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.
-
withBlockDeviceMappings
public CreateInstanceRequest withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array of
BlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.NOTE: This method appends the values to the existing list (if any). Use
setBlockDeviceMappings(java.util.Collection)orwithBlockDeviceMappings(java.util.Collection)if you want to override the existing values.- Parameters:
blockDeviceMappings- An array ofBlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withBlockDeviceMappings
public CreateInstanceRequest withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.- Parameters:
blockDeviceMappings- An array ofBlockDeviceMappingobjects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInstallUpdatesOnBoot
public void setInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots. The default value is
true. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.- Parameters:
installUpdatesOnBoot- Whether to install operating system and package updates when the instance boots. The default value istrue. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.
-
getInstallUpdatesOnBoot
public Boolean getInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots. The default value is
true. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.- Returns:
- Whether to install operating system and package updates when the
instance boots. The default value is
true. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.
-
withInstallUpdatesOnBoot
public CreateInstanceRequest withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots. The default value is
true. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.- Parameters:
installUpdatesOnBoot- Whether to install operating system and package updates when the instance boots. The default value istrue. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isInstallUpdatesOnBoot
public Boolean isInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots. The default value is
true. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.- Returns:
- Whether to install operating system and package updates when the
instance boots. The default value is
true. To control when updates are installed, set this value tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or by manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
trueto ensure that your instances have the latest security updates.
-
setEbsOptimized
public void setEbsOptimized(Boolean ebsOptimized)
Whether to create an Amazon EBS-optimized instance.
- Parameters:
ebsOptimized- Whether to create an Amazon EBS-optimized instance.
-
getEbsOptimized
public Boolean getEbsOptimized()
Whether to create an Amazon EBS-optimized instance.
- Returns:
- Whether to create an Amazon EBS-optimized instance.
-
withEbsOptimized
public CreateInstanceRequest withEbsOptimized(Boolean ebsOptimized)
Whether to create an Amazon EBS-optimized instance.
- Parameters:
ebsOptimized- Whether to create an Amazon EBS-optimized instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEbsOptimized
public Boolean isEbsOptimized()
Whether to create an Amazon EBS-optimized instance.
- Returns:
- Whether to create an Amazon EBS-optimized instance.
-
setAgentVersion
public void setAgentVersion(String agentVersion)
The default AWS OpsWorks agent version. You have the following options:
INHERIT- Use the stack's default agent version setting.- version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.
The default setting is
INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.- Parameters:
agentVersion- The default AWS OpsWorks agent version. You have the following options:INHERIT- Use the stack's default agent version setting.- version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.
The default setting is
INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.
-
getAgentVersion
public String getAgentVersion()
The default AWS OpsWorks agent version. You have the following options:
INHERIT- Use the stack's default agent version setting.- version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.
The default setting is
INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.- Returns:
- The default AWS OpsWorks agent version. You have the following
options:
INHERIT- Use the stack's default agent version setting.- version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.
The default setting is
INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.
-
withAgentVersion
public CreateInstanceRequest withAgentVersion(String agentVersion)
The default AWS OpsWorks agent version. You have the following options:
INHERIT- Use the stack's default agent version setting.- version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.
The default setting is
INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.- Parameters:
agentVersion- The default AWS OpsWorks agent version. You have the following options:INHERIT- Use the stack's default agent version setting.- version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. AWS OpsWorks then automatically installs that version on the instance.
The default setting is
INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTenancy
public void setTenancy(String tenancy)
The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter:
dedicated,default, orhost. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.- Parameters:
tenancy- The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter:dedicated,default, orhost. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.
-
getTenancy
public String getTenancy()
The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter:
dedicated,default, orhost. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.- Returns:
- The instance's tenancy option. The default option is no tenancy,
or if the instance is running in a VPC, inherit tenancy settings
from the VPC. The following are valid values for this parameter:
dedicated,default, orhost. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.
-
withTenancy
public CreateInstanceRequest withTenancy(String tenancy)
The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter:
dedicated,default, orhost. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.- Parameters:
tenancy- The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter:dedicated,default, orhost. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateInstanceRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-