@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 |
computePlatform(String computePlatform)
Sets the value of
CfnApplicationProps.getComputePlatform() |
CfnApplicationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnApplicationProps.getTags() |
@Stability(value=Stable) public CfnApplicationProps.Builder applicationName(String applicationName)
CfnApplicationProps.getApplicationName()applicationName - A name for the 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 .
Updates to
ApplicationNameare not supported.
this@Stability(value=Stable) public CfnApplicationProps.Builder computePlatform(String computePlatform)
CfnApplicationProps.getComputePlatform()computePlatform - The compute platform that CodeDeploy deploys the application to.this@Stability(value=Stable) public CfnApplicationProps.Builder tags(List<? extends CfnTag> tags)
CfnApplicationProps.getTags()tags - The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
Each tag consists of a key and an optional value, both of which you define.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.