@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() |
@Stability(value=Stable) public CfnApplicationProps.Builder applicationName(String applicationName)
CfnApplicationProps.getApplicationName()applicationName - `AWS::CodeDeploy::Application.ApplicationName`.this@Stability(value=Stable) public CfnApplicationProps.Builder computePlatform(String computePlatform)
CfnApplicationProps.getComputePlatform()computePlatform - `AWS::CodeDeploy::Application.ComputePlatform`.this@Stability(value=Stable) public CfnApplicationProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationProps>CfnApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.