Interface UpdateLayerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLayerRequest.Builder,UpdateLayerRequest>,OpsWorksRequest.Builder,SdkBuilder<UpdateLayerRequest.Builder,UpdateLayerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLayerRequest
public static interface UpdateLayerRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<UpdateLayerRequest.Builder,UpdateLayerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateLayerRequest.Builderattributes(Map<LayerAttributesKeys,String> attributes)One or more user-defined key/value pairs to be added to the stack attributes.UpdateLayerRequest.BuilderattributesWithStrings(Map<String,String> attributes)One or more user-defined key/value pairs to be added to the stack attributes.UpdateLayerRequest.BuilderautoAssignElasticIps(Boolean autoAssignElasticIps)Whether to automatically assign an Elastic IP address to the layer's instances.UpdateLayerRequest.BuilderautoAssignPublicIps(Boolean autoAssignPublicIps)For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.default UpdateLayerRequest.BuildercloudWatchLogsConfiguration(Consumer<CloudWatchLogsConfiguration.Builder> cloudWatchLogsConfiguration)Specifies CloudWatch Logs configuration options for the layer.UpdateLayerRequest.BuildercloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)Specifies CloudWatch Logs configuration options for the layer.UpdateLayerRequest.BuildercustomInstanceProfileArn(String customInstanceProfileArn)The ARN of an IAM profile to be used for all of the layer's EC2 instances.UpdateLayerRequest.BuildercustomJson(String customJson)A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.default UpdateLayerRequest.BuildercustomRecipes(Consumer<Recipes.Builder> customRecipes)ALayerCustomRecipesobject that specifies the layer's custom recipes.UpdateLayerRequest.BuildercustomRecipes(Recipes customRecipes)ALayerCustomRecipesobject that specifies the layer's custom recipes.UpdateLayerRequest.BuildercustomSecurityGroupIds(String... customSecurityGroupIds)An array containing the layer's custom security group IDs.UpdateLayerRequest.BuildercustomSecurityGroupIds(Collection<String> customSecurityGroupIds)An array containing the layer's custom security group IDs.UpdateLayerRequest.BuilderenableAutoHealing(Boolean enableAutoHealing)Whether to disable auto healing for the layer.UpdateLayerRequest.BuilderinstallUpdatesOnBoot(Boolean installUpdatesOnBoot)Whether to install operating system and package updates when the instance boots.UpdateLayerRequest.BuilderlayerId(String layerId)The layer ID.default UpdateLayerRequest.BuilderlifecycleEventConfiguration(Consumer<LifecycleEventConfiguration.Builder> lifecycleEventConfiguration)This is a convenience method that creates an instance of theLifecycleEventConfiguration.Builderavoiding the need to create one manually viaLifecycleEventConfiguration.builder().UpdateLayerRequest.BuilderlifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)UpdateLayerRequest.Buildername(String name)The layer name, which is used by the console.UpdateLayerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLayerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLayerRequest.Builderpackages(String... packages)An array ofPackageobjects that describe the layer's packages.UpdateLayerRequest.Builderpackages(Collection<String> packages)An array ofPackageobjects that describe the layer's packages.UpdateLayerRequest.Buildershortname(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.BuilderuseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)Whether to use Amazon EBS-optimized instances.UpdateLayerRequest.BuildervolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.BuildervolumeConfigurations(Consumer<VolumeConfiguration.Builder>... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.BuildervolumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
layerId
UpdateLayerRequest.Builder layerId(String layerId)
The layer ID.
- Parameters:
layerId- The layer ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateLayerRequest.Builder name(String name)
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.
-
shortname
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributesWithStrings
UpdateLayerRequest.Builder attributesWithStrings(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
- Parameters:
attributes- One or more user-defined key/value pairs to be added to the stack attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
UpdateLayerRequest.Builder attributes(Map<LayerAttributesKeys,String> attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
- Parameters:
attributes- One or more user-defined key/value pairs to be added to the stack attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLogsConfiguration
UpdateLayerRequest.Builder cloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
- Parameters:
cloudWatchLogsConfiguration- Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLogsConfiguration
default UpdateLayerRequest.Builder cloudWatchLogsConfiguration(Consumer<CloudWatchLogsConfiguration.Builder> cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
This is a convenience method that creates an instance of theCloudWatchLogsConfiguration.Builderavoiding the need to create one manually viaCloudWatchLogsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchLogsConfiguration(CloudWatchLogsConfiguration).- Parameters:
cloudWatchLogsConfiguration- a consumer that will call methods onCloudWatchLogsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudWatchLogsConfiguration(CloudWatchLogsConfiguration)
-
customInstanceProfileArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customJson
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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customSecurityGroupIds
UpdateLayerRequest.Builder customSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
- Parameters:
customSecurityGroupIds- An array containing the layer's custom security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customSecurityGroupIds
UpdateLayerRequest.Builder customSecurityGroupIds(String... customSecurityGroupIds)
An array containing the layer's custom security group IDs.
- Parameters:
customSecurityGroupIds- An array containing the layer's custom security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packages
UpdateLayerRequest.Builder packages(Collection<String> packages)
An array of
Packageobjects that describe the layer's packages.- Parameters:
packages- An array ofPackageobjects that describe the layer's packages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packages
UpdateLayerRequest.Builder packages(String... packages)
An array of
Packageobjects that describe the layer's packages.- Parameters:
packages- An array ofPackageobjects that describe the layer's packages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeConfigurations
UpdateLayerRequest.Builder volumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurationsobject that describes the layer's Amazon EBS volumes.- Parameters:
volumeConfigurations- AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeConfigurations
UpdateLayerRequest.Builder volumeConfigurations(VolumeConfiguration... volumeConfigurations)
A
VolumeConfigurationsobject that describes the layer's Amazon EBS volumes.- Parameters:
volumeConfigurations- AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeConfigurations
UpdateLayerRequest.Builder volumeConfigurations(Consumer<VolumeConfiguration.Builder>... volumeConfigurations)
A
This is a convenience method that creates an instance of theVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.VolumeConfiguration.Builderavoiding the need to create one manually viaVolumeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#volumeConfigurations(List.) - Parameters:
volumeConfigurations- a consumer that will call methods onVolumeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#volumeConfigurations(java.util.Collection)
-
enableAutoHealing
UpdateLayerRequest.Builder enableAutoHealing(Boolean enableAutoHealing)
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.
-
autoAssignElasticIps
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.
- 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.
-
autoAssignPublicIps
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.
- 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.
-
customRecipes
UpdateLayerRequest.Builder customRecipes(Recipes customRecipes)
A
LayerCustomRecipesobject that specifies the layer's custom recipes.- Parameters:
customRecipes- ALayerCustomRecipesobject that specifies the layer's custom recipes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customRecipes
default UpdateLayerRequest.Builder customRecipes(Consumer<Recipes.Builder> customRecipes)
A
This is a convenience method that creates an instance of theLayerCustomRecipesobject that specifies the layer's custom recipes.Recipes.Builderavoiding the need to create one manually viaRecipes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomRecipes(Recipes).- Parameters:
customRecipes- a consumer that will call methods onRecipes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customRecipes(Recipes)
-
installUpdatesOnBoot
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 tofalse. You must then update your instances manually by using CreateDeployment to run theupdate_dependenciesstack command or manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
true, to 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 manually runningyum(Amazon Linux) orapt-get(Ubuntu) on the instances.We strongly recommend using the default value of
true, to ensure that your instances have the latest security updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useEbsOptimizedInstances
UpdateLayerRequest.Builder useEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
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.
-
lifecycleEventConfiguration
UpdateLayerRequest.Builder lifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
- Parameters:
lifecycleEventConfiguration-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycleEventConfiguration
default UpdateLayerRequest.Builder lifecycleEventConfiguration(Consumer<LifecycleEventConfiguration.Builder> lifecycleEventConfiguration)
This is a convenience method that creates an instance of theLifecycleEventConfiguration.Builderavoiding the need to create one manually viaLifecycleEventConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolifecycleEventConfiguration(LifecycleEventConfiguration).- Parameters:
lifecycleEventConfiguration- a consumer that will call methods onLifecycleEventConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lifecycleEventConfiguration(LifecycleEventConfiguration)
-
overrideConfiguration
UpdateLayerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLayerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-