Class CreateLayerRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesEntry
(String key, String value) Removes all the entries added into Attributes.clone()
Creates a shallow clone of this request.boolean
One or more user-defined key-value pairs to be added to the stack attributes.Whether to automatically assign an Elastic IP address to the layer's instances.For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.The ARN of an IAM profile to be used for the layer's EC2 instances.A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.ALayerCustomRecipes
object that specifies the layer custom recipes.An array containing the layer custom security group IDs.Whether to disable auto healing for the layer.Whether to install operating system and package updates when the instance boots.ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.getName()
The layer name, which is used by the console.An array ofPackage
objects that describes the layer packages.For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes.The layer stack ID.getType()
The layer type.Whether to use Amazon EBS-optimized instances.AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.int
hashCode()
Whether to automatically assign an Elastic IP address to the layer's instances.For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.Whether to disable auto healing for the layer.Whether to install operating system and package updates when the instance boots.Whether to use Amazon EBS-optimized instances.void
setAttributes
(Map<String, String> attributes) One or more user-defined key-value pairs to be added to the stack attributes.void
setAutoAssignElasticIps
(Boolean autoAssignElasticIps) Whether to automatically assign an Elastic IP address to the layer's instances.void
setAutoAssignPublicIps
(Boolean autoAssignPublicIps) For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.void
setCustomInstanceProfileArn
(String customInstanceProfileArn) The ARN of an IAM profile to be used for the layer's EC2 instances.void
setCustomJson
(String customJson) A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.void
setCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer custom recipes.void
setCustomSecurityGroupIds
(Collection<String> customSecurityGroupIds) An array containing the layer custom security group IDs.void
setEnableAutoHealing
(Boolean enableAutoHealing) Whether to disable auto healing for the layer.void
setInstallUpdatesOnBoot
(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.void
setLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.void
The layer name, which is used by the console.void
setPackages
(Collection<String> packages) An array ofPackage
objects that describes the layer packages.void
setShortname
(String shortname) For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes.void
setStackId
(String stackId) The layer stack ID.void
The layer type.void
The layer type.void
setUseEbsOptimizedInstances
(Boolean useEbsOptimizedInstances) Whether to use Amazon EBS-optimized instances.void
setVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(Map<String, String> attributes) One or more user-defined key-value pairs to be added to the stack attributes.withAutoAssignElasticIps
(Boolean autoAssignElasticIps) Whether to automatically assign an Elastic IP address to the layer's instances.withAutoAssignPublicIps
(Boolean autoAssignPublicIps) For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.withCustomInstanceProfileArn
(String customInstanceProfileArn) The ARN of an IAM profile to be used for the layer's EC2 instances.withCustomJson
(String customJson) A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.withCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer custom recipes.withCustomSecurityGroupIds
(String... customSecurityGroupIds) An array containing the layer custom security group IDs.withCustomSecurityGroupIds
(Collection<String> customSecurityGroupIds) An array containing the layer custom security group IDs.withEnableAutoHealing
(Boolean enableAutoHealing) Whether to disable auto healing for the layer.withInstallUpdatesOnBoot
(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.withLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.The layer name, which is used by the console.withPackages
(String... packages) An array ofPackage
objects that describes the layer packages.withPackages
(Collection<String> packages) An array ofPackage
objects that describes the layer packages.withShortname
(String shortname) For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes.withStackId
(String stackId) The layer stack ID.The layer type.The layer type.withUseEbsOptimizedInstances
(Boolean useEbsOptimizedInstances) Whether to use Amazon EBS-optimized instances.withVolumeConfigurations
(VolumeConfiguration... volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.withVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.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
-
Constructor Details
-
CreateLayerRequest
public CreateLayerRequest()
-
-
Method Details
-
setStackId
The layer stack ID.
- Parameters:
stackId
- The layer stack ID.
-
getStackId
The layer stack ID.
- Returns:
- The layer stack ID.
-
withStackId
The layer stack ID.
- Parameters:
stackId
- The layer stack ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.
- Parameters:
type
- The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.- See Also:
-
getType
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.
- Returns:
- The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.
- See Also:
-
withType
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.
- Parameters:
type
- The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.
- Parameters:
type
- The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.- See Also:
-
withType
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.
- Parameters:
type
- The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setName
The layer name, which is used by the console.
- Parameters:
name
- The layer name, which is used by the console.
-
getName
The layer name, which is used by the console.
- Returns:
- The layer name, which is used by the console.
-
withName
The layer name, which is used by the console.
- Parameters:
name
- The layer name, which is used by the console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setShortname
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
The built-in layers' short names are defined by AWS OpsWorks. For more information, see the Layer Reference.
- Parameters:
shortname
- For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.The built-in layers' short names are defined by AWS OpsWorks. For more information, see the Layer Reference.
-
getShortname
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
The built-in layers' short names are defined by AWS OpsWorks. For more information, see the Layer Reference.
- Returns:
- For custom layers only, use this parameter to specify the layer's
short name, which is used internally by AWS OpsWorks and by Chef
recipes. The short name is also used as the name for the
directory where your app files are installed. It can have a
maximum of 200 characters, which are limited to the alphanumeric
characters, '-', '_', and '.'.
The built-in layers' short names are defined by AWS OpsWorks. For more information, see the Layer Reference.
-
withShortname
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
The built-in layers' short names are defined by AWS OpsWorks. For more information, see the Layer Reference.
- Parameters:
shortname
- For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 200 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.The built-in layers' short names are defined by AWS OpsWorks. For more information, see the Layer Reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAttributes
One or more user-defined key-value pairs to be added to the stack attributes.
To create a cluster layer, set the
EcsClusterArn
attribute to the cluster's ARN.- Returns:
- One or more user-defined key-value pairs to be added to the stack
attributes.
To create a cluster layer, set the
EcsClusterArn
attribute to the cluster's ARN.
-
setAttributes
One or more user-defined key-value pairs to be added to the stack attributes.
To create a cluster layer, set the
EcsClusterArn
attribute to the cluster's ARN.- Parameters:
attributes
- One or more user-defined key-value pairs to be added to the stack attributes.To create a cluster layer, set the
EcsClusterArn
attribute to the cluster's ARN.
-
withAttributes
One or more user-defined key-value pairs to be added to the stack attributes.
To create a cluster layer, set the
EcsClusterArn
attribute to the cluster's ARN.- Parameters:
attributes
- One or more user-defined key-value pairs to be added to the stack attributes.To create a cluster layer, set the
EcsClusterArn
attribute to the cluster's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addAttributesEntry
-
clearAttributesEntries
Removes all the entries added into Attributes. <p> Returns a reference to this object so that method calls can be chained together. -
setCustomInstanceProfileArn
The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
- Parameters:
customInstanceProfileArn
- The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
-
getCustomInstanceProfileArn
The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
- Returns:
- The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
-
withCustomInstanceProfileArn
The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
- Parameters:
customInstanceProfileArn
- The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCustomJson
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.
- Parameters:
customJson
- A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.
-
getCustomJson
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.
- Returns:
- A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.
-
withCustomJson
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.
- Parameters:
customJson
- A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the AWS CLI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getCustomSecurityGroupIds
An array containing the layer custom security group IDs.
- Returns:
- An array containing the layer custom security group IDs.
-
setCustomSecurityGroupIds
An array containing the layer custom security group IDs.
- Parameters:
customSecurityGroupIds
- An array containing the layer custom security group IDs.
-
withCustomSecurityGroupIds
An array containing the layer custom security group IDs.
NOTE: This method appends the values to the existing list (if any). Use
setCustomSecurityGroupIds(java.util.Collection)
orwithCustomSecurityGroupIds(java.util.Collection)
if you want to override the existing values.- Parameters:
customSecurityGroupIds
- An array containing the layer custom security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCustomSecurityGroupIds
An array containing the layer custom security group IDs.
- Parameters:
customSecurityGroupIds
- An array containing the layer custom security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getPackages
An array of
Package
objects that describes the layer packages.- Returns:
- An array of
Package
objects that describes the layer packages.
-
setPackages
An array of
Package
objects that describes the layer packages.- Parameters:
packages
- An array ofPackage
objects that describes the layer packages.
-
withPackages
An array of
Package
objects that describes the layer packages.NOTE: This method appends the values to the existing list (if any). Use
setPackages(java.util.Collection)
orwithPackages(java.util.Collection)
if you want to override the existing values.- Parameters:
packages
- An array ofPackage
objects that describes the layer packages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPackages
An array of
Package
objects that describes the layer packages.- Parameters:
packages
- An array ofPackage
objects that describes the layer packages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getVolumeConfigurations
A
VolumeConfigurations
object that describes the layer's Amazon EBS volumes.- Returns:
- A
VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
-
setVolumeConfigurations
A
VolumeConfigurations
object that describes the layer's Amazon EBS volumes.- Parameters:
volumeConfigurations
- AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.
-
withVolumeConfigurations
A
VolumeConfigurations
object that describes the layer's Amazon EBS volumes.NOTE: This method appends the values to the existing list (if any). Use
setVolumeConfigurations(java.util.Collection)
orwithVolumeConfigurations(java.util.Collection)
if you want to override the existing values.- Parameters:
volumeConfigurations
- AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVolumeConfigurations
public CreateLayerRequest withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations) A
VolumeConfigurations
object that describes the layer's Amazon EBS volumes.- Parameters:
volumeConfigurations
- AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnableAutoHealing
Whether to disable auto healing for the layer.
- Parameters:
enableAutoHealing
- Whether to disable auto healing for the layer.
-
getEnableAutoHealing
Whether to disable auto healing for the layer.
- Returns:
- Whether to disable auto healing for the layer.
-
withEnableAutoHealing
Whether to disable auto healing for the layer.
- Parameters:
enableAutoHealing
- Whether to disable auto healing for the layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEnableAutoHealing
Whether to disable auto healing for the layer.
- Returns:
- Whether to disable auto healing for the layer.
-
setAutoAssignElasticIps
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
- Parameters:
autoAssignElasticIps
- Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
-
getAutoAssignElasticIps
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
- Returns:
- Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
-
withAutoAssignElasticIps
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
- Parameters:
autoAssignElasticIps
- Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAutoAssignElasticIps
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
- Returns:
- Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
-
setAutoAssignPublicIps
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
- Parameters:
autoAssignPublicIps
- For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
-
getAutoAssignPublicIps
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
- Returns:
- For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
-
withAutoAssignPublicIps
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
- Parameters:
autoAssignPublicIps
- For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAutoAssignPublicIps
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
- Returns:
- For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
-
setCustomRecipes
A
LayerCustomRecipes
object that specifies the layer custom recipes.- Parameters:
customRecipes
- ALayerCustomRecipes
object that specifies the layer custom recipes.
-
getCustomRecipes
A
LayerCustomRecipes
object that specifies the layer custom recipes.- Returns:
- A
LayerCustomRecipes
object that specifies the layer custom recipes.
-
withCustomRecipes
A
LayerCustomRecipes
object that specifies the layer custom recipes.- Parameters:
customRecipes
- ALayerCustomRecipes
object that specifies the layer custom recipes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInstallUpdatesOnBoot
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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.- 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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.
-
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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.- 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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.
-
withInstallUpdatesOnBoot
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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.- 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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.- 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_dependencies
stack command or by manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.To ensure that your instances have the latest security updates, we strongly recommend using the default value of
true
.
-
setUseEbsOptimizedInstances
Whether to use Amazon EBS-optimized instances.
- Parameters:
useEbsOptimizedInstances
- Whether to use Amazon EBS-optimized instances.
-
getUseEbsOptimizedInstances
Whether to use Amazon EBS-optimized instances.
- Returns:
- Whether to use Amazon EBS-optimized instances.
-
withUseEbsOptimizedInstances
Whether to use Amazon EBS-optimized instances.
- Parameters:
useEbsOptimizedInstances
- Whether to use Amazon EBS-optimized instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isUseEbsOptimizedInstances
Whether to use Amazon EBS-optimized instances.
- Returns:
- Whether to use Amazon EBS-optimized instances.
-
setLifecycleEventConfiguration
A
LifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.- Parameters:
lifecycleEventConfiguration
- ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
-
getLifecycleEventConfiguration
A
LifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.- Returns:
- A
LifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
-
withLifecycleEventConfiguration
public CreateLayerRequest withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration) A
LifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.- Parameters:
lifecycleEventConfiguration
- ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-