@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentVersion()
The default AWS OpsWorks Stacks agent version.
|
String |
getAmiId()
A custom AMI ID to be used to create the instance.
|
String |
getArchitecture()
The instance architecture.
|
String |
getAutoScalingType()
For load-based or time-based instances, the type.
|
String |
getAvailabilityZone()
The instance Availability Zone.
|
List<BlockDeviceMapping> |
getBlockDeviceMappings()
An array of
BlockDeviceMapping objects that specify the instance's block devices. |
Boolean |
getEbsOptimized()
Whether to create an Amazon EBS-optimized instance.
|
String |
getHostname()
The instance host name.
|
Boolean |
getInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots.
|
String |
getInstanceType()
The instance type, such as
t2.micro . |
List<String> |
getLayerIds()
An array that contains the instance's layer IDs.
|
String |
getOs()
The instance's operating system, which must be set to one of the following.
|
String |
getRootDeviceType()
The instance root device type.
|
String |
getSshKeyName()
The instance's Amazon EC2 key-pair name.
|
String |
getStackId()
The stack ID.
|
String |
getSubnetId()
The ID of the instance's subnet.
|
String |
getTenancy()
The instance's tenancy option.
|
String |
getVirtualizationType()
The instance's virtualization type,
paravirtual or hvm . |
int |
hashCode() |
Boolean |
isEbsOptimized()
Whether to create an Amazon EBS-optimized instance.
|
Boolean |
isInstallUpdatesOnBoot()
Whether to install operating system and package updates when the instance boots.
|
void |
setAgentVersion(String agentVersion)
The default AWS OpsWorks Stacks agent version.
|
void |
setAmiId(String amiId)
A custom AMI ID to be used to create the instance.
|
void |
setArchitecture(Architecture architecture)
The instance architecture.
|
void |
setArchitecture(String architecture)
The instance architecture.
|
void |
setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
void |
setAutoScalingType(String autoScalingType)
For load-based or time-based instances, the type.
|
void |
setAvailabilityZone(String availabilityZone)
The instance Availability Zone.
|
void |
setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the instance's block devices. |
void |
setEbsOptimized(Boolean ebsOptimized)
Whether to create an Amazon EBS-optimized instance.
|
void |
setHostname(String hostname)
The instance host name.
|
void |
setInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots.
|
void |
setInstanceType(String instanceType)
The instance type, such as
t2.micro . |
void |
setLayerIds(Collection<String> layerIds)
An array that contains the instance's layer IDs.
|
void |
setOs(String os)
The instance's operating system, which must be set to one of the following.
|
void |
setRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type.
|
void |
setRootDeviceType(String rootDeviceType)
The instance root device type.
|
void |
setSshKeyName(String sshKeyName)
The instance's Amazon EC2 key-pair name.
|
void |
setStackId(String stackId)
The stack ID.
|
void |
setSubnetId(String subnetId)
The ID of the instance's subnet.
|
void |
setTenancy(String tenancy)
The instance's tenancy option.
|
void |
setVirtualizationType(String virtualizationType)
The instance's virtualization type,
paravirtual or hvm . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateInstanceRequest |
withAgentVersion(String agentVersion)
The default AWS OpsWorks Stacks agent version.
|
CreateInstanceRequest |
withAmiId(String amiId)
A custom AMI ID to be used to create the instance.
|
CreateInstanceRequest |
withArchitecture(Architecture architecture)
The instance architecture.
|
CreateInstanceRequest |
withArchitecture(String architecture)
The instance architecture.
|
CreateInstanceRequest |
withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
|
CreateInstanceRequest |
withAutoScalingType(String autoScalingType)
For load-based or time-based instances, the type.
|
CreateInstanceRequest |
withAvailabilityZone(String availabilityZone)
The instance Availability Zone.
|
CreateInstanceRequest |
withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the instance's block devices. |
CreateInstanceRequest |
withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array of
BlockDeviceMapping objects that specify the instance's block devices. |
CreateInstanceRequest |
withEbsOptimized(Boolean ebsOptimized)
Whether to create an Amazon EBS-optimized instance.
|
CreateInstanceRequest |
withHostname(String hostname)
The instance host name.
|
CreateInstanceRequest |
withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots.
|
CreateInstanceRequest |
withInstanceType(String instanceType)
The instance type, such as
t2.micro . |
CreateInstanceRequest |
withLayerIds(Collection<String> layerIds)
An array that contains the instance's layer IDs.
|
CreateInstanceRequest |
withLayerIds(String... layerIds)
An array that contains the instance's layer IDs.
|
CreateInstanceRequest |
withOs(String os)
The instance's operating system, which must be set to one of the following.
|
CreateInstanceRequest |
withRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type.
|
CreateInstanceRequest |
withRootDeviceType(String rootDeviceType)
The instance root device type.
|
CreateInstanceRequest |
withSshKeyName(String sshKeyName)
The instance's Amazon EC2 key-pair name.
|
CreateInstanceRequest |
withStackId(String stackId)
The stack ID.
|
CreateInstanceRequest |
withSubnetId(String subnetId)
The ID of the instance's subnet.
|
CreateInstanceRequest |
withTenancy(String tenancy)
The instance's tenancy option.
|
CreateInstanceRequest |
withVirtualizationType(String virtualizationType)
The instance's virtualization type,
paravirtual or hvm . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackId(String stackId)
The stack ID.
stackId
- The stack ID.public String getStackId()
The stack ID.
public CreateInstanceRequest withStackId(String stackId)
The stack ID.
stackId
- The stack ID.public List<String> getLayerIds()
An array that contains the instance's layer IDs.
public void setLayerIds(Collection<String> layerIds)
An array that contains the instance's layer IDs.
layerIds
- An array that contains the instance's layer IDs.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)
or withLayerIds(java.util.Collection)
if you want to override
the existing values.
layerIds
- An array that contains the instance's layer IDs.public CreateInstanceRequest withLayerIds(Collection<String> layerIds)
An array that contains the instance's layer IDs.
layerIds
- An array that contains the instance's layer IDs.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.
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.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.
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.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.
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.public void setAutoScalingType(String autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
autoScalingType
- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.AutoScalingType
public String getAutoScalingType()
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
AutoScalingType
public CreateInstanceRequest withAutoScalingType(String autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
autoScalingType
- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.AutoScalingType
public void setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
autoScalingType
- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.AutoScalingType
public CreateInstanceRequest withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
autoScalingType
- For load-based or time-based instances, the type. Windows stacks can use only time-based instances.AutoScalingType
public void setHostname(String hostname)
The instance host name.
hostname
- The instance host name.public String getHostname()
The instance host name.
public CreateInstanceRequest withHostname(String hostname)
The instance host name.
hostname
- The instance host name.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 2017.03
,
Amazon Linux 2016.09
, Amazon Linux 2016.03
, Amazon Linux 2015.09
, or
Amazon Linux 2015.03
.
A supported Ubuntu operating system, such as Ubuntu 16.04 LTS
, Ubuntu 14.04 LTS
, or
Ubuntu 12.04 LTS
.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base
,
Microsoft Windows Server 2012 R2 with SQL Server Express
,
Microsoft Windows Server 2012 R2 with SQL Server Standard
, or
Microsoft Windows Server 2012 R2 with SQL Server Web
.
A custom AMI: Custom
.
For more information on the supported operating systems, see AWS OpsWorks Stacks 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 is Custom
. For more information on the supported
operating systems, see Operating SystemsFor
more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom
AMIs.
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 2017.03
,
Amazon Linux 2016.09
, Amazon Linux 2016.03
, Amazon Linux 2015.09
,
or Amazon Linux 2015.03
.
A supported Ubuntu operating system, such as Ubuntu 16.04 LTS
, Ubuntu 14.04 LTS
,
or Ubuntu 12.04 LTS
.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base
,
Microsoft Windows Server 2012 R2 with SQL Server Express
,
Microsoft Windows Server 2012 R2 with SQL Server Standard
, or
Microsoft Windows Server 2012 R2 with SQL Server Web
.
A custom AMI: Custom
.
For more information on the supported operating systems, see AWS OpsWorks Stacks 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 is Custom
. For more information on
the supported operating systems, see Operating
SystemsFor more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom
AMIs.
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 2017.03
,
Amazon Linux 2016.09
, Amazon Linux 2016.03
, Amazon Linux 2015.09
, or
Amazon Linux 2015.03
.
A supported Ubuntu operating system, such as Ubuntu 16.04 LTS
, Ubuntu 14.04 LTS
, or
Ubuntu 12.04 LTS
.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base
,
Microsoft Windows Server 2012 R2 with SQL Server Express
,
Microsoft Windows Server 2012 R2 with SQL Server Standard
, or
Microsoft Windows Server 2012 R2 with SQL Server Web
.
A custom AMI: Custom
.
For more information on the supported operating systems, see AWS OpsWorks Stacks 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 is Custom
. For more information on the supported
operating systems, see Operating SystemsFor
more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom
AMIs.
A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2017.03
,
Amazon Linux 2016.09
, Amazon Linux 2016.03
, Amazon Linux 2015.09
,
or Amazon Linux 2015.03
.
A supported Ubuntu operating system, such as Ubuntu 16.04 LTS
, Ubuntu 14.04 LTS
, or Ubuntu 12.04 LTS
.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base
,
Microsoft Windows Server 2012 R2 with SQL Server Express
,
Microsoft Windows Server 2012 R2 with SQL Server Standard
, or
Microsoft Windows Server 2012 R2 with SQL Server Web
.
A custom AMI: Custom
.
For more information on the supported operating systems, see AWS OpsWorks Stacks 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 is Custom
. For more information
on the supported operating systems, see Operating
SystemsFor more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom
AMIs.
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 2017.03
,
Amazon Linux 2016.09
, Amazon Linux 2016.03
, Amazon Linux 2015.09
, or
Amazon Linux 2015.03
.
A supported Ubuntu operating system, such as Ubuntu 16.04 LTS
, Ubuntu 14.04 LTS
, or
Ubuntu 12.04 LTS
.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base
,
Microsoft Windows Server 2012 R2 with SQL Server Express
,
Microsoft Windows Server 2012 R2 with SQL Server Standard
, or
Microsoft Windows Server 2012 R2 with SQL Server Web
.
A custom AMI: Custom
.
For more information on the supported operating systems, see AWS OpsWorks Stacks 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 is Custom
. For more information on the supported
operating systems, see Operating SystemsFor
more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom
AMIs.
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 2017.03
,
Amazon Linux 2016.09
, Amazon Linux 2016.03
, Amazon Linux 2015.09
,
or Amazon Linux 2015.03
.
A supported Ubuntu operating system, such as Ubuntu 16.04 LTS
, Ubuntu 14.04 LTS
,
or Ubuntu 12.04 LTS
.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base
,
Microsoft Windows Server 2012 R2 with SQL Server Express
,
Microsoft Windows Server 2012 R2 with SQL Server Standard
, or
Microsoft Windows Server 2012 R2 with SQL Server Web
.
A custom AMI: Custom
.
For more information on the supported operating systems, see AWS OpsWorks Stacks 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 is Custom
. For more information on
the supported operating systems, see Operating
SystemsFor more information on how to use custom AMIs with AWS OpsWorks Stacks, see Using Custom
AMIs.
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 Os
to Custom
.
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 Os
to Custom
.
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 Os
to Custom
.
If you specify a custom AMI, you must set Os
to Custom
.
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 Os
to Custom
.
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 Os
to Custom
.
public void setSshKeyName(String sshKeyName)
The instance's Amazon EC2 key-pair name.
sshKeyName
- The instance's Amazon EC2 key-pair name.public String getSshKeyName()
The instance's Amazon EC2 key-pair name.
public CreateInstanceRequest withSshKeyName(String sshKeyName)
The instance's Amazon EC2 key-pair name.
sshKeyName
- The instance's Amazon EC2 key-pair name.public void setAvailabilityZone(String availabilityZone)
The instance Availability Zone. For more information, see Regions and Endpoints.
availabilityZone
- The instance Availability Zone. For more information, see Regions and Endpoints.public String getAvailabilityZone()
The instance Availability Zone. For more information, see Regions and Endpoints.
public CreateInstanceRequest withAvailabilityZone(String availabilityZone)
The instance Availability Zone. For more information, see Regions and Endpoints.
availabilityZone
- The instance Availability Zone. For more information, see Regions and Endpoints.public void setVirtualizationType(String virtualizationType)
The instance's virtualization type, paravirtual
or hvm
.
virtualizationType
- The instance's virtualization type, paravirtual
or hvm
.public String getVirtualizationType()
The instance's virtualization type, paravirtual
or hvm
.
paravirtual
or hvm
.public CreateInstanceRequest withVirtualizationType(String virtualizationType)
The instance's virtualization type, paravirtual
or hvm
.
virtualizationType
- The instance's virtualization type, paravirtual
or hvm
.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 Stacks to launch the instance in a different subnet.
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 Stacks to launch the instance in a different
subnet.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 Stacks to launch the instance in a different subnet.
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 Stacks to launch the instance in a different subnet.
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 Stacks to launch the instance in a different
subnet.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.
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.Architecture
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.
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.Architecture
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.
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.Architecture
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.
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.Architecture
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.
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.Architecture
public void setRootDeviceType(String rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
rootDeviceType
- The instance root device type. For more information, see Storage for the Root Device.RootDeviceType
public String getRootDeviceType()
The instance root device type. For more information, see Storage for the Root Device.
RootDeviceType
public CreateInstanceRequest withRootDeviceType(String rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
rootDeviceType
- The instance root device type. For more information, see Storage for the Root Device.RootDeviceType
public void setRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
rootDeviceType
- The instance root device type. For more information, see Storage for the Root Device.RootDeviceType
public CreateInstanceRequest withRootDeviceType(RootDeviceType rootDeviceType)
The instance root device type. For more information, see Storage for the Root Device.
rootDeviceType
- The instance root device type. For more information, see Storage for the Root Device.RootDeviceType
public List<BlockDeviceMapping> getBlockDeviceMappings()
An array of BlockDeviceMapping
objects 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.
BlockDeviceMapping
objects 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.public void setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array of BlockDeviceMapping
objects 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.
blockDeviceMappings
- An array of BlockDeviceMapping
objects 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.public CreateInstanceRequest withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array of BlockDeviceMapping
objects 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)
or withBlockDeviceMappings(java.util.Collection)
if you want to override the existing values.
blockDeviceMappings
- An array of BlockDeviceMapping
objects 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.public CreateInstanceRequest withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array of BlockDeviceMapping
objects 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.
blockDeviceMappings
- An array of BlockDeviceMapping
objects 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.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 to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or by manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the latest
security updates.
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 to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or by manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the
latest security updates.
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 to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or by manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the latest
security updates.
true
. To control when updates are installed, set this value to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or by manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the
latest security updates.
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 to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or by manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the latest
security updates.
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 to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or by manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the
latest security updates.
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 to false
. You must then
update your instances manually by using CreateDeployment to run the update_dependencies
stack
command or by manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the latest
security updates.
true
. To control when updates are installed, set this value to false
. You must
then update your instances manually by using CreateDeployment to run the
update_dependencies
stack command or by manually running yum
(Amazon Linux) or
apt-get
(Ubuntu) on the instances.
We strongly recommend using the default value of true
to ensure that your instances have the
latest security updates.
public void setEbsOptimized(Boolean ebsOptimized)
Whether to create an Amazon EBS-optimized instance.
ebsOptimized
- Whether to create an Amazon EBS-optimized instance.public Boolean getEbsOptimized()
Whether to create an Amazon EBS-optimized instance.
public CreateInstanceRequest withEbsOptimized(Boolean ebsOptimized)
Whether to create an Amazon EBS-optimized instance.
ebsOptimized
- Whether to create an Amazon EBS-optimized instance.public Boolean isEbsOptimized()
Whether to create an Amazon EBS-optimized instance.
public void setAgentVersion(String agentVersion)
The default AWS OpsWorks Stacks 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 Stacks 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. AgentVersion cannot be set to Chef 12.2.
agentVersion
- The default AWS OpsWorks Stacks 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 Stacks 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. AgentVersion cannot be set to Chef 12.2.
public String getAgentVersion()
The default AWS OpsWorks Stacks 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 Stacks 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. AgentVersion cannot be set to Chef 12.2.
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 Stacks 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. AgentVersion cannot be set to Chef 12.2.
public CreateInstanceRequest withAgentVersion(String agentVersion)
The default AWS OpsWorks Stacks 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 Stacks 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. AgentVersion cannot be set to Chef 12.2.
agentVersion
- The default AWS OpsWorks Stacks 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 Stacks 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. AgentVersion cannot be set to Chef 12.2.
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
, or host
. 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.
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
, or host
. 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.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
, or host
. 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.
dedicated
, default
, or host
. 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.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
, or host
. 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.
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
, or host
. 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.public String toString()
toString
in class Object
Object.toString()
public CreateInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.