Interface CreateLayerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateLayerRequest.Builder,
,CreateLayerRequest> OpsWorksRequest.Builder
,SdkBuilder<CreateLayerRequest.Builder,
,CreateLayerRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateLayerRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<LayerAttributesKeys, String> attributes) One or more user-defined key-value pairs to be added to the stack attributes.attributesWithStrings
(Map<String, String> attributes) One or more user-defined key-value pairs to be added to the stack attributes.autoAssignElasticIps
(Boolean autoAssignElasticIps) Whether to automatically assign an Elastic IP address to the layer's instances.autoAssignPublicIps
(Boolean autoAssignPublicIps) For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.default CreateLayerRequest.Builder
cloudWatchLogsConfiguration
(Consumer<CloudWatchLogsConfiguration.Builder> cloudWatchLogsConfiguration) Specifies CloudWatch Logs configuration options for the layer.cloudWatchLogsConfiguration
(CloudWatchLogsConfiguration cloudWatchLogsConfiguration) Specifies CloudWatch Logs configuration options for the layer.customInstanceProfileArn
(String customInstanceProfileArn) The ARN of an IAM profile to be used for the layer's EC2 instances.customJson
(String customJson) A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.default CreateLayerRequest.Builder
customRecipes
(Consumer<Recipes.Builder> customRecipes) ALayerCustomRecipes
object that specifies the layer custom recipes.customRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer custom recipes.customSecurityGroupIds
(String... customSecurityGroupIds) An array containing the layer custom security group IDs.customSecurityGroupIds
(Collection<String> customSecurityGroupIds) An array containing the layer custom security group IDs.enableAutoHealing
(Boolean enableAutoHealing) Whether to disable auto healing for the layer.installUpdatesOnBoot
(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.default CreateLayerRequest.Builder
lifecycleEventConfiguration
(Consumer<LifecycleEventConfiguration.Builder> 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.lifecycleEventConfiguration
(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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An array ofPackage
objects that describes the layer packages.packages
(Collection<String> packages) 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 OpsWorks Stacks and by Chef recipes.The layer stack ID.The layer type.The layer type.useEbsOptimizedInstances
(Boolean useEbsOptimizedInstances) Whether to use Amazon EBS-optimized instances.volumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.volumeConfigurations
(Consumer<VolumeConfiguration.Builder>... volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.volumeConfigurations
(VolumeConfiguration... volumeConfigurations) AVolumeConfigurations
object 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, sdkFieldNameToField, sdkFields
-
Method Details
-
stackId
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.
-
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. Built-in layers are not available in Chef 12 stacks.
- 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. Built-in layers are not available in Chef 12 stacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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. Built-in layers are not available in Chef 12 stacks.
- 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. Built-in layers are not available in Chef 12 stacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The layer name, which is used by the console. Layer names can be a maximum of 32 characters.
- Parameters:
name
- The layer name, which is used by the console. Layer names can be a maximum of 32 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shortname
For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks 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 32 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
Built-in layer short names are defined by 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 OpsWorks Stacks 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 32 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.Built-in layer short names are defined by 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
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.
-
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.- 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.
-
cloudWatchLogsConfiguration
CreateLayerRequest.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 CreateLayerRequest.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.Builder
avoiding the need to create one manually viaCloudWatchLogsConfiguration.builder()
.When the
Consumer
completes,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:
-
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.
- 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.
-
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 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 CLI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customSecurityGroupIds
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.
-
customSecurityGroupIds
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.
-
packages
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.
-
packages
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.
-
volumeConfigurations
CreateLayerRequest.Builder volumeConfigurations(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.
-
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.
-
volumeConfigurations
CreateLayerRequest.Builder volumeConfigurations(Consumer<VolumeConfiguration.Builder>... volumeConfigurations) A
This is a convenience method that creates an instance of theVolumeConfigurations
object that describes the layer's Amazon EBS volumes.VolumeConfiguration.Builder
avoiding the need to create one manually viaVolumeConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovolumeConfigurations(List<VolumeConfiguration>)
.- 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:
-
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
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
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
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.
-
customRecipes
A
This is a convenience method that creates an instance of theLayerCustomRecipes
object that specifies the layer custom recipes.Recipes.Builder
avoiding the need to create one manually viaRecipes.builder()
.When the
Consumer
completes,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:
-
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_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.
-
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
CreateLayerRequest.Builder lifecycleEventConfiguration(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.
-
lifecycleEventConfiguration
default CreateLayerRequest.Builder lifecycleEventConfiguration(Consumer<LifecycleEventConfiguration.Builder> lifecycleEventConfiguration) A
This is a convenience method that creates an instance of theLifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.LifecycleEventConfiguration.Builder
avoiding the need to create one manually viaLifecycleEventConfiguration.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
CreateLayerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateLayerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-