@Stability(value=Stable) public static final class CfnApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication>
CfnApplication.| Modifier and Type | Method and Description |
|---|---|
CfnApplication.Builder |
applicationName(String applicationName)
`AWS::CodeDeploy::Application.ApplicationName`.
|
CfnApplication |
build() |
CfnApplication.Builder |
computePlatform(String computePlatform)
`AWS::CodeDeploy::Application.ComputePlatform`.
|
static CfnApplication.Builder |
create(Construct scope,
String id) |
@Stability(value=Stable) public static CfnApplication.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplication.Builder.@Stability(value=Stable) public CfnApplication.Builder applicationName(String applicationName)
applicationName - `AWS::CodeDeploy::Application.ApplicationName`. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder computePlatform(String computePlatform)
computePlatform - `AWS::CodeDeploy::Application.ComputePlatform`. This parameter is required.this@Stability(value=Stable) public CfnApplication build()
build in interface software.amazon.jsii.Builder<CfnApplication>Copyright © 2021. All rights reserved.