Class UpdateLayerRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.opsworks.model.UpdateLayerRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class UpdateLayerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description UpdateLayerRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateLayerRequestaddAttributesEntry(String key, String value)UpdateLayerRequestclearAttributesEntries()Removes all the entries added into Attributes.UpdateLayerRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)Map<String,String>getAttributes()One or more user-defined key/value pairs to be added to the stack attributes.BooleangetAutoAssignElasticIps()Whether to automatically assign an Elastic IP address to the layer's instances.BooleangetAutoAssignPublicIps()For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.StringgetCustomInstanceProfileArn()The ARN of an IAM profile to be used for all of the layer's EC2 instances.StringgetCustomJson()A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.RecipesgetCustomRecipes()ALayerCustomRecipesobject that specifies the layer's custom recipes.List<String>getCustomSecurityGroupIds()An array containing the layer's custom security group IDs.BooleangetEnableAutoHealing()Whether to disable auto healing for the layer.BooleangetInstallUpdatesOnBoot()Whether to install operating system and package updates when the instance boots.StringgetLayerId()The layer ID.LifecycleEventConfigurationgetLifecycleEventConfiguration()StringgetName()The layer name, which is used by the console.List<String>getPackages()An array ofPackageobjects that describe the layer's packages.StringgetShortname()For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorksand by Chef.BooleangetUseEbsOptimizedInstances()Whether to use Amazon EBS-optimized instances.List<VolumeConfiguration>getVolumeConfigurations()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.inthashCode()BooleanisAutoAssignElasticIps()Whether to automatically assign an Elastic IP address to the layer's instances.BooleanisAutoAssignPublicIps()For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.BooleanisEnableAutoHealing()Whether to disable auto healing for the layer.BooleanisInstallUpdatesOnBoot()Whether to install operating system and package updates when the instance boots.BooleanisUseEbsOptimizedInstances()Whether to use Amazon EBS-optimized instances.voidsetAttributes(Map<String,String> attributes)One or more user-defined key/value pairs to be added to the stack attributes.voidsetAutoAssignElasticIps(Boolean autoAssignElasticIps)Whether to automatically assign an Elastic IP address to the layer's instances.voidsetAutoAssignPublicIps(Boolean autoAssignPublicIps)For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.voidsetCustomInstanceProfileArn(String customInstanceProfileArn)The ARN of an IAM profile to be used for all of the layer's EC2 instances.voidsetCustomJson(String customJson)A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.voidsetCustomRecipes(Recipes customRecipes)ALayerCustomRecipesobject that specifies the layer's custom recipes.voidsetCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)An array containing the layer's custom security group IDs.voidsetEnableAutoHealing(Boolean enableAutoHealing)Whether to disable auto healing for the layer.voidsetInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)Whether to install operating system and package updates when the instance boots.voidsetLayerId(String layerId)The layer ID.voidsetLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)voidsetName(String name)The layer name, which is used by the console.voidsetPackages(Collection<String> packages)An array ofPackageobjects that describe the layer's packages.voidsetShortname(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.voidsetUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)Whether to use Amazon EBS-optimized instances.voidsetVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdateLayerRequestwithAttributes(Map<String,String> attributes)One or more user-defined key/value pairs to be added to the stack attributes.UpdateLayerRequestwithAutoAssignElasticIps(Boolean autoAssignElasticIps)Whether to automatically assign an Elastic IP address to the layer's instances.UpdateLayerRequestwithAutoAssignPublicIps(Boolean autoAssignPublicIps)For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.UpdateLayerRequestwithCustomInstanceProfileArn(String customInstanceProfileArn)The ARN of an IAM profile to be used for all of the layer's EC2 instances.UpdateLayerRequestwithCustomJson(String customJson)A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.UpdateLayerRequestwithCustomRecipes(Recipes customRecipes)ALayerCustomRecipesobject that specifies the layer's custom recipes.UpdateLayerRequestwithCustomSecurityGroupIds(String... customSecurityGroupIds)An array containing the layer's custom security group IDs.UpdateLayerRequestwithCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)An array containing the layer's custom security group IDs.UpdateLayerRequestwithEnableAutoHealing(Boolean enableAutoHealing)Whether to disable auto healing for the layer.UpdateLayerRequestwithInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)Whether to install operating system and package updates when the instance boots.UpdateLayerRequestwithLayerId(String layerId)The layer ID.UpdateLayerRequestwithLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)UpdateLayerRequestwithName(String name)The layer name, which is used by the console.UpdateLayerRequestwithPackages(String... packages)An array ofPackageobjects that describe the layer's packages.UpdateLayerRequestwithPackages(Collection<String> packages)An array ofPackageobjects that describe the layer's packages.UpdateLayerRequestwithShortname(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.UpdateLayerRequestwithUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)Whether to use Amazon EBS-optimized instances.UpdateLayerRequestwithVolumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequestwithVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setLayerId
public void setLayerId(String layerId)
The layer ID.
- Parameters:
layerId- The layer ID.
-
getLayerId
public String getLayerId()
The layer ID.
- Returns:
- The layer ID.
-
withLayerId
public UpdateLayerRequest withLayerId(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.
-
setName
public void setName(String name)
The layer name, which is used by the console.
- Parameters:
name- The layer name, which is used by the console.
-
getName
public String getName()
The layer name, which is used by the console.
- Returns:
- The layer name, which is used by the console.
-
withName
public UpdateLayerRequest withName(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.
-
setShortname
public void setShortname(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. 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. 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 OpsWorksand 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. For more information, see the Layer Reference
-
getShortname
public String getShortname()
For custom layers only, use this parameter to specify the layer's short name, which is used internally by AWS OpsWorksand 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. For more information, see the Layer Reference
- Returns:
- For custom layers only, use this parameter to specify the layer's
short name, which is used internally by AWS OpsWorksand 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. For more information, see the Layer Reference
-
withShortname
public 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. 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. 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 OpsWorksand 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. For more information, see the Layer Reference
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAttributes
public Map<String,String> getAttributes()
One or more user-defined key/value pairs to be added to the stack attributes.
- Returns:
- One or more user-defined key/value pairs to be added to the stack attributes.
-
setAttributes
public void setAttributes(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.
-
withAttributes
public UpdateLayerRequest withAttributes(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.
-
addAttributesEntry
public UpdateLayerRequest addAttributesEntry(String key, String value)
-
clearAttributesEntries
public UpdateLayerRequest clearAttributesEntries()
Removes all the entries added into Attributes. <p> Returns a reference to this object so that method calls can be chained together.
-
setCustomInstanceProfileArn
public void setCustomInstanceProfileArn(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.
-
getCustomInstanceProfileArn
public String getCustomInstanceProfileArn()
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:
- 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.
-
withCustomInstanceProfileArn
public UpdateLayerRequest withCustomInstanceProfileArn(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.
-
setCustomJson
public void setCustomJson(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.
-
getCustomJson
public String getCustomJson()
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:
- 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.
-
withCustomJson
public UpdateLayerRequest withCustomJson(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.
-
getCustomSecurityGroupIds
public List<String> getCustomSecurityGroupIds()
An array containing the layer's custom security group IDs.
- Returns:
- An array containing the layer's custom security group IDs.
-
setCustomSecurityGroupIds
public void setCustomSecurityGroupIds(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.
-
withCustomSecurityGroupIds
public UpdateLayerRequest withCustomSecurityGroupIds(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)orwithCustomSecurityGroupIds(java.util.Collection)if you want to override the existing values.- 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.
-
withCustomSecurityGroupIds
public UpdateLayerRequest withCustomSecurityGroupIds(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.
-
getPackages
public List<String> getPackages()
An array of
Packageobjects that describe the layer's packages.- Returns:
- An array of
Packageobjects that describe the layer's packages.
-
setPackages
public void setPackages(Collection<String> packages)
An array of
Packageobjects that describe the layer's packages.- Parameters:
packages- An array ofPackageobjects that describe the layer's packages.
-
withPackages
public UpdateLayerRequest withPackages(String... packages)
An array of
Packageobjects that describe the layer's packages.NOTE: This method appends the values to the existing list (if any). Use
setPackages(java.util.Collection)orwithPackages(java.util.Collection)if you want to override the existing values.- 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.
-
withPackages
public UpdateLayerRequest withPackages(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.
-
getVolumeConfigurations
public List<VolumeConfiguration> getVolumeConfigurations()
A
VolumeConfigurationsobject that describes the layer's Amazon EBS volumes.- Returns:
- A
VolumeConfigurationsobject that describes the layer's Amazon EBS volumes.
-
setVolumeConfigurations
public void setVolumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurationsobject that describes the layer's Amazon EBS volumes.- Parameters:
volumeConfigurations- AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.
-
withVolumeConfigurations
public UpdateLayerRequest withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
A
VolumeConfigurationsobject 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)orwithVolumeConfigurations(java.util.Collection)if you want to override the existing values.- 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.
-
withVolumeConfigurations
public UpdateLayerRequest withVolumeConfigurations(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.
-
setEnableAutoHealing
public void setEnableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
- Parameters:
enableAutoHealing- Whether to disable auto healing for the layer.
-
getEnableAutoHealing
public Boolean getEnableAutoHealing()
Whether to disable auto healing for the layer.
- Returns:
- Whether to disable auto healing for the layer.
-
withEnableAutoHealing
public UpdateLayerRequest withEnableAutoHealing(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.
-
isEnableAutoHealing
public Boolean isEnableAutoHealing()
Whether to disable auto healing for the layer.
- Returns:
- Whether to disable auto healing for the layer.
-
setAutoAssignElasticIps
public void setAutoAssignElasticIps(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.
-
getAutoAssignElasticIps
public Boolean getAutoAssignElasticIps()
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
- Returns:
- Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
-
withAutoAssignElasticIps
public UpdateLayerRequest withAutoAssignElasticIps(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.
-
isAutoAssignElasticIps
public Boolean isAutoAssignElasticIps()
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
- Returns:
- Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
-
setAutoAssignPublicIps
public void setAutoAssignPublicIps(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.
-
getAutoAssignPublicIps
public Boolean getAutoAssignPublicIps()
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:
- 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.
-
withAutoAssignPublicIps
public 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. 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.
-
isAutoAssignPublicIps
public Boolean isAutoAssignPublicIps()
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:
- 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.
-
setCustomRecipes
public void setCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipesobject that specifies the layer's custom recipes.- Parameters:
customRecipes- ALayerCustomRecipesobject that specifies the layer's custom recipes.
-
getCustomRecipes
public Recipes getCustomRecipes()
A
LayerCustomRecipesobject that specifies the layer's custom recipes.- Returns:
- A
LayerCustomRecipesobject that specifies the layer's custom recipes.
-
withCustomRecipes
public UpdateLayerRequest withCustomRecipes(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.
-
setInstallUpdatesOnBoot
public void setInstallUpdatesOnBoot(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.
-
getInstallUpdatesOnBoot
public Boolean getInstallUpdatesOnBoot()
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.- Returns:
- 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.
-
withInstallUpdatesOnBoot
public UpdateLayerRequest withInstallUpdatesOnBoot(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.
-
isInstallUpdatesOnBoot
public Boolean isInstallUpdatesOnBoot()
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.- Returns:
- 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.
-
setUseEbsOptimizedInstances
public void setUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
- Parameters:
useEbsOptimizedInstances- Whether to use Amazon EBS-optimized instances.
-
getUseEbsOptimizedInstances
public Boolean getUseEbsOptimizedInstances()
Whether to use Amazon EBS-optimized instances.
- Returns:
- Whether to use Amazon EBS-optimized instances.
-
withUseEbsOptimizedInstances
public UpdateLayerRequest withUseEbsOptimizedInstances(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.
-
isUseEbsOptimizedInstances
public Boolean isUseEbsOptimizedInstances()
Whether to use Amazon EBS-optimized instances.
- Returns:
- Whether to use Amazon EBS-optimized instances.
-
setLifecycleEventConfiguration
public void setLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
- Parameters:
lifecycleEventConfiguration-
-
getLifecycleEventConfiguration
public LifecycleEventConfiguration getLifecycleEventConfiguration()
- Returns:
-
withLifecycleEventConfiguration
public UpdateLayerRequest withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
- Parameters:
lifecycleEventConfiguration-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateLayerRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-