CopyableBuilder<UpdateLayerRequest.Builder,UpdateLayerRequest>
, SdkBuilder<UpdateLayerRequest.Builder,UpdateLayerRequest>
public static interface UpdateLayerRequest.Builder extends CopyableBuilder<UpdateLayerRequest.Builder,UpdateLayerRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateLayerRequest.Builder |
attributes(Map<String,String> attributes) |
One or more user-defined key/value pairs to be added to the stack attributes.
|
UpdateLayerRequest.Builder |
autoAssignElasticIps(Boolean autoAssignElasticIps) |
Whether to automatically assign an Elastic IP
address to the layer's instances.
|
UpdateLayerRequest.Builder |
autoAssignPublicIps(Boolean autoAssignPublicIps) |
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's
instances.
|
UpdateLayerRequest.Builder |
cloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration) |
Specifies CloudWatch Logs configuration options for the layer.
|
UpdateLayerRequest.Builder |
customInstanceProfileArn(String customInstanceProfileArn) |
The ARN of an IAM profile to be used for all of the layer's EC2 instances.
|
UpdateLayerRequest.Builder |
customJson(String customJson) |
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on
the layer's instances.
|
UpdateLayerRequest.Builder |
customRecipes(Recipes customRecipes) |
A
LayerCustomRecipes object that specifies the layer's custom recipes. |
UpdateLayerRequest.Builder |
customSecurityGroupIds(String... customSecurityGroupIds) |
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest.Builder |
customSecurityGroupIds(Collection<String> customSecurityGroupIds) |
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest.Builder |
enableAutoHealing(Boolean enableAutoHealing) |
Whether to disable auto healing for the layer.
|
UpdateLayerRequest.Builder |
installUpdatesOnBoot(Boolean installUpdatesOnBoot) |
Whether to install operating system and package updates when the instance boots.
|
UpdateLayerRequest.Builder |
layerId(String layerId) |
The layer ID.
|
UpdateLayerRequest.Builder |
lifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration) |
|
UpdateLayerRequest.Builder |
name(String name) |
The layer name, which is used by the console.
|
UpdateLayerRequest.Builder |
packages(String... packages) |
An array of
Package objects that describe the layer's packages. |
UpdateLayerRequest.Builder |
packages(Collection<String> packages) |
An array of
Package objects that describe the layer's packages. |
UpdateLayerRequest.Builder |
shortname(String shortname) |
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS
OpsWorks Stacks and by Chef.
|
UpdateLayerRequest.Builder |
useEbsOptimizedInstances(Boolean useEbsOptimizedInstances) |
Whether to use Amazon EBS-optimized instances.
|
UpdateLayerRequest.Builder |
volumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations) |
A
VolumeConfigurations object that describes the layer's Amazon EBS volumes. |
UpdateLayerRequest.Builder |
volumeConfigurations(VolumeConfiguration... volumeConfigurations) |
A
VolumeConfigurations object that describes the layer's Amazon EBS volumes. |
copy
apply, build
UpdateLayerRequest.Builder layerId(String layerId)
The layer ID.
layerId
- The layer ID.UpdateLayerRequest.Builder name(String name)
The layer name, which is used by the console.
name
- The layer name, which is used by the console.UpdateLayerRequest.Builder shortname(String shortname)
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorks Stacks and by Chef. 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 and must be in the following format: /\A[a-z0-9\-\_\.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
shortname
- For custom layers only, use this parameter to specify the layer's short name, which is used internally
by AWS OpsWorks Stacks and by Chef. 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 and must be in the following
format: /\A[a-z0-9\-\_\.]+\Z/.
The built-in layers' short names are defined by AWS OpsWorks Stacks. For more information, see the Layer Reference
UpdateLayerRequest.Builder attributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
attributes
- One or more user-defined key/value pairs to be added to the stack attributes.UpdateLayerRequest.Builder cloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
cloudWatchLogsConfiguration
- Specifies CloudWatch Logs configuration options for the layer. For more information, see
CloudWatchLogsLogStream.UpdateLayerRequest.Builder customInstanceProfileArn(String customInstanceProfileArn)
The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
customInstanceProfileArn
- The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about
IAM ARNs, see Using
Identifiers.UpdateLayerRequest.Builder customJson(String 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.
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.UpdateLayerRequest.Builder customSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
customSecurityGroupIds
- An array containing the layer's custom security group IDs.UpdateLayerRequest.Builder customSecurityGroupIds(String... customSecurityGroupIds)
An array containing the layer's custom security group IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setCustomSecurityGroupIds(java.util.Collection)
or
#withCustomSecurityGroupIds(java.util.Collection)
if you want to override the existing values.
customSecurityGroupIds
- An array containing the layer's custom security group IDs.UpdateLayerRequest.Builder packages(Collection<String> packages)
An array of Package
objects that describe the layer's packages.
packages
- An array of Package
objects that describe the layer's packages.UpdateLayerRequest.Builder packages(String... packages)
An array of Package
objects that describe the layer's packages.
NOTE: This method appends the values to the existing list (if any). Use
#setPackages(java.util.Collection)
or #withPackages(java.util.Collection)
if you want to
override the existing values.
packages
- An array of Package
objects that describe the layer's packages.UpdateLayerRequest.Builder volumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
volumeConfigurations
- A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.UpdateLayerRequest.Builder volumeConfigurations(VolumeConfiguration... volumeConfigurations)
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)
or
#withVolumeConfigurations(java.util.Collection)
if you want to override the existing values.
volumeConfigurations
- A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.UpdateLayerRequest.Builder enableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
enableAutoHealing
- Whether to disable auto healing for the layer.UpdateLayerRequest.Builder autoAssignElasticIps(Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
autoAssignElasticIps
- Whether to automatically assign an Elastic IP
address to the layer's instances. For more information, see How to Edit
a Layer.UpdateLayerRequest.Builder autoAssignPublicIps(Boolean 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.
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.UpdateLayerRequest.Builder customRecipes(Recipes customRecipes)
A LayerCustomRecipes
object that specifies the layer's custom recipes.
customRecipes
- A LayerCustomRecipes
object that specifies the layer's custom recipes.UpdateLayerRequest.Builder installUpdatesOnBoot(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 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 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.
UpdateLayerRequest.Builder useEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
useEbsOptimizedInstances
- Whether to use Amazon EBS-optimized instances.UpdateLayerRequest.Builder lifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
lifecycleEventConfiguration
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.