@Stability(value=Stable) public static final class CfnApplicationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationProps>
CfnApplicationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationProps.Builder |
applicationName(String applicationName)
Sets the value of
CfnApplicationProps.getApplicationName() |
CfnApplicationProps |
build()
Builds the configured instance.
|
CfnApplicationProps.Builder |
description(String description)
Sets the value of
CfnApplicationProps.getDescription() |
CfnApplicationProps.Builder |
resourceLifecycleConfig(CfnApplication.ApplicationResourceLifecycleConfigProperty resourceLifecycleConfig)
Sets the value of
CfnApplicationProps.getResourceLifecycleConfig() |
CfnApplicationProps.Builder |
resourceLifecycleConfig(IResolvable resourceLifecycleConfig)
Sets the value of
CfnApplicationProps.getResourceLifecycleConfig() |
@Stability(value=Stable) public CfnApplicationProps.Builder applicationName(String applicationName)
CfnApplicationProps.getApplicationName()applicationName - A name for the Elastic Beanstalk application.
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
this@Stability(value=Stable) public CfnApplicationProps.Builder description(String description)
CfnApplicationProps.getDescription()description - Your description of the application.this@Stability(value=Stable) public CfnApplicationProps.Builder resourceLifecycleConfig(CfnApplication.ApplicationResourceLifecycleConfigProperty resourceLifecycleConfig)
CfnApplicationProps.getResourceLifecycleConfig()resourceLifecycleConfig - Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.this@Stability(value=Stable) public CfnApplicationProps.Builder resourceLifecycleConfig(IResolvable resourceLifecycleConfig)
CfnApplicationProps.getResourceLifecycleConfig()resourceLifecycleConfig - Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.this@Stability(value=Stable) public CfnApplicationProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationProps>CfnApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.