UpdateLayerRequest |
UpdateLayerRequest.addAttributesEntry(String key,
String value) |
|
UpdateLayerRequest |
UpdateLayerRequest.clearAttributesEntries() |
Removes all the entries added into Attributes.
|
UpdateLayerRequest |
UpdateLayerRequest.clone() |
|
UpdateLayerRequest |
UpdateLayerRequest.withAttributes(Map<String,String> attributes) |
One or more user-defined key/value pairs to be added to the stack
attributes.
|
UpdateLayerRequest |
UpdateLayerRequest.withAutoAssignElasticIps(Boolean autoAssignElasticIps) |
|
UpdateLayerRequest |
UpdateLayerRequest.withAutoAssignPublicIps(Boolean autoAssignPublicIps) |
For stacks that are running in a VPC, whether to automatically assign a
public IP address to the layer's instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomInstanceProfileArn(String customInstanceProfileArn) |
The ARN of an IAM profile to be used for all of the layer's EC2
instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomJson(String customJson) |
A JSON-formatted string containing custom stack configuration and
deployment attributes to be installed on the layer's instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomRecipes(Recipes customRecipes) |
A LayerCustomRecipes object that specifies the layer's
custom recipes.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomSecurityGroupIds(String... customSecurityGroupIds) |
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomSecurityGroupIds(Collection<String> customSecurityGroupIds) |
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
UpdateLayerRequest.withEnableAutoHealing(Boolean enableAutoHealing) |
Whether to disable auto healing for the layer.
|
UpdateLayerRequest |
UpdateLayerRequest.withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot) |
Whether to install operating system and package updates when the instance
boots.
|
UpdateLayerRequest |
UpdateLayerRequest.withLayerId(String layerId) |
The layer ID.
|
UpdateLayerRequest |
UpdateLayerRequest.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration) |
UpdateLayerRequest |
UpdateLayerRequest.withName(String name) |
The layer name, which is used by the console.
|
UpdateLayerRequest |
UpdateLayerRequest.withPackages(String... packages) |
An array of Package objects that describe the layer's
packages.
|
UpdateLayerRequest |
UpdateLayerRequest.withPackages(Collection<String> packages) |
An array of Package objects that describe the layer's
packages.
|
UpdateLayerRequest |
UpdateLayerRequest.withShortname(String shortname) |
For custom layers only, use this parameter to specify the layer's short
name, which is used internally by AWS OpsWorksand by Chef.
|
UpdateLayerRequest |
UpdateLayerRequest.withUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances) |
Whether to use Amazon EBS-optimized instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations) |
A VolumeConfigurations object that describes the layer's
Amazon EBS volumes.
|
UpdateLayerRequest |
UpdateLayerRequest.withVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations) |
A VolumeConfigurations object that describes the layer's
Amazon EBS volumes.
|