public static interface CreateLayerRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<CreateLayerRequest.Builder,CreateLayerRequest>
| Modifier and Type | Method and Description | 
|---|---|
| CreateLayerRequest.Builder | attributes(Map<LayerAttributesKeys,String> attributes)
 One or more user-defined key-value pairs to be added to the stack attributes. | 
| CreateLayerRequest.Builder | attributesWithStrings(Map<String,String> attributes)
 One or more user-defined key-value pairs to be added to the stack attributes. | 
| CreateLayerRequest.Builder | autoAssignElasticIps(Boolean autoAssignElasticIps)
 Whether to automatically assign an Elastic IP
 address to the layer's instances. | 
| CreateLayerRequest.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. | 
| CreateLayerRequest.Builder | cloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
 Specifies CloudWatch Logs configuration options for the layer. | 
| default CreateLayerRequest.Builder | cloudWatchLogsConfiguration(Consumer<CloudWatchLogsConfiguration.Builder> cloudWatchLogsConfiguration)
 Specifies CloudWatch Logs configuration options for the layer. | 
| CreateLayerRequest.Builder | customInstanceProfileArn(String customInstanceProfileArn)
 The ARN of an IAM profile to be used for the layer's EC2 instances. | 
| CreateLayerRequest.Builder | 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)
 A  LayerCustomRecipesobject that specifies the layer custom recipes. | 
| CreateLayerRequest.Builder | customRecipes(Recipes customRecipes)
 A  LayerCustomRecipesobject that specifies the layer custom recipes. | 
| CreateLayerRequest.Builder | customSecurityGroupIds(Collection<String> customSecurityGroupIds)
 An array containing the layer custom security group IDs. | 
| CreateLayerRequest.Builder | customSecurityGroupIds(String... customSecurityGroupIds)
 An array containing the layer custom security group IDs. | 
| CreateLayerRequest.Builder | enableAutoHealing(Boolean enableAutoHealing)
 Whether to disable auto healing for the layer. | 
| CreateLayerRequest.Builder | installUpdatesOnBoot(Boolean installUpdatesOnBoot)
 Whether to install operating system and package updates when the instance boots. | 
| default CreateLayerRequest.Builder | lifecycleEventConfiguration(Consumer<LifecycleEventConfiguration.Builder> lifecycleEventConfiguration)
 A  LifeCycleEventConfigurationobject that you can use to configure the Shutdown event to specify
 an execution timeout and enable or disable Elastic Load Balancer connection draining. | 
| CreateLayerRequest.Builder | lifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
 A  LifeCycleEventConfigurationobject that you can use to configure the Shutdown event to specify
 an execution timeout and enable or disable Elastic Load Balancer connection draining. | 
| CreateLayerRequest.Builder | name(String name)
 The layer name, which is used by the console. | 
| CreateLayerRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)Add an optional request override configuration. | 
| CreateLayerRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)Add an optional request override configuration. | 
| CreateLayerRequest.Builder | packages(Collection<String> packages)
 An array of  Packageobjects that describes the layer packages. | 
| CreateLayerRequest.Builder | packages(String... packages)
 An array of  Packageobjects that describes the layer packages. | 
| CreateLayerRequest.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 recipes. | 
| CreateLayerRequest.Builder | stackId(String stackId)
 The layer stack ID. | 
| CreateLayerRequest.Builder | type(LayerType type)
 The layer type. | 
| CreateLayerRequest.Builder | type(String type)
 The layer type. | 
| CreateLayerRequest.Builder | useEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
 Whether to use Amazon EBS-optimized instances. | 
| CreateLayerRequest.Builder | volumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
 A  VolumeConfigurationsobject that describes the layer's Amazon EBS volumes. | 
| CreateLayerRequest.Builder | volumeConfigurations(Consumer<VolumeConfiguration.Builder>... volumeConfigurations)
 A  VolumeConfigurationsobject that describes the layer's Amazon EBS volumes. | 
| CreateLayerRequest.Builder | volumeConfigurations(VolumeConfiguration... volumeConfigurations)
 A  VolumeConfigurationsobject that describes the layer's Amazon EBS volumes. | 
buildoverrideConfigurationcopyapplyMutation, buildCreateLayerRequest.Builder stackId(String stackId)
The layer stack ID.
stackId - The layer stack ID.CreateLayerRequest.Builder type(String 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.
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.LayerType, 
LayerTypeCreateLayerRequest.Builder type(LayerType 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.
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.LayerType, 
LayerTypeCreateLayerRequest.Builder name(String name)
The layer name, which is used by the console.
name - The layer name, which is used by the console.CreateLayerRequest.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 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 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 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 Stacks. For more information, see the Layer Reference.
CreateLayerRequest.Builder attributesWithStrings(Map<String,String> 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.
 
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.
CreateLayerRequest.Builder attributes(Map<LayerAttributesKeys,String> 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.
 
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.
CreateLayerRequest.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.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 that creates an instance of theCloudWatchLogsConfiguration.Builder avoiding
 the need to create one manually via CloudWatchLogsConfiguration.builder().
 When the Consumer completes, SdkBuilder.build() is called
 immediately and its result is passed to cloudWatchLogsConfiguration(CloudWatchLogsConfiguration).cloudWatchLogsConfiguration - a consumer that will call methods on CloudWatchLogsConfiguration.BuildercloudWatchLogsConfiguration(CloudWatchLogsConfiguration)CreateLayerRequest.Builder customInstanceProfileArn(String 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.
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.CreateLayerRequest.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. This feature is supported as of version 1.7.42 of the AWS CLI.
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.CreateLayerRequest.Builder customSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer custom security group IDs.
customSecurityGroupIds - An array containing the layer custom security group IDs.CreateLayerRequest.Builder customSecurityGroupIds(String... customSecurityGroupIds)
An array containing the layer custom security group IDs.
customSecurityGroupIds - An array containing the layer custom security group IDs.CreateLayerRequest.Builder packages(Collection<String> packages)
 An array of Package objects that describes the layer packages.
 
packages - An array of Package objects that describes the layer packages.CreateLayerRequest.Builder packages(String... packages)
 An array of Package objects that describes the layer packages.
 
packages - An array of Package objects that describes the layer packages.CreateLayerRequest.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.CreateLayerRequest.Builder volumeConfigurations(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.CreateLayerRequest.Builder volumeConfigurations(Consumer<VolumeConfiguration.Builder>... volumeConfigurations)
 A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
 
List.Builder  avoiding the
 need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately
 and its result is passed to #volumeConfigurations(List) .volumeConfigurations - a consumer that will call methods on List.Builder #volumeConfigurations(List) CreateLayerRequest.Builder enableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
enableAutoHealing - Whether to disable auto healing for the layer.CreateLayerRequest.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.CreateLayerRequest.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.CreateLayerRequest.Builder customRecipes(Recipes customRecipes)
 A LayerCustomRecipes object that specifies the layer custom recipes.
 
customRecipes - A LayerCustomRecipes object that specifies the layer custom recipes.default CreateLayerRequest.Builder customRecipes(Consumer<Recipes.Builder> customRecipes)
 A LayerCustomRecipes object that specifies the layer custom recipes.
 
Recipes.Builder avoiding the need to create one
 manually via Recipes.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its result is
 passed to customRecipes(Recipes).customRecipes - a consumer that will call methods on Recipes.BuildercustomRecipes(Recipes)CreateLayerRequest.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 by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the
 instances.
 
 To ensure that your instances have the latest security updates, we strongly recommend using the default value
 of true.
 
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 by manually running yum (Amazon Linux)
        or apt-get (Ubuntu) on the instances.  
        To ensure that your instances have the latest security updates, we strongly recommend using the
        default value of true.
        
CreateLayerRequest.Builder useEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
useEbsOptimizedInstances - Whether to use Amazon EBS-optimized instances.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.
 
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.default CreateLayerRequest.Builder lifecycleEventConfiguration(Consumer<LifecycleEventConfiguration.Builder> 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.
 
LifecycleEventConfiguration.Builder avoiding
 the need to create one manually via LifecycleEventConfiguration.builder().
 When the Consumer completes, SdkBuilder.build() is called
 immediately and its result is passed to lifecycleEventConfiguration(LifecycleEventConfiguration).lifecycleEventConfiguration - a consumer that will call methods on LifecycleEventConfiguration.BuilderlifecycleEventConfiguration(LifecycleEventConfiguration)CreateLayerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateLayerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.