Class CfnApplicationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.codedeploy.CfnApplicationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin>
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static final class CfnApplicationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin>
A fluent builder for
CfnApplicationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) A name for the application.applicationName(IFunctionRef applicationName) A name for the application.build()computePlatform(String computePlatform) The compute platform that CodeDeploy deploys the application to.create()create(CfnPropertyMixinOptions options) The metadata that you apply to CodeDeploy applications to help you organize and categorize them.
-
Method Details
-
create
@Stability(Stable) public static CfnApplicationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnApplicationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnApplicationPropsMixin.Builder.
-
applicationName
A name for the application.If you don't specify a name, 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.- Parameters:
applicationName- A name for the application. This parameter is required.- Returns:
this- See Also:
-
applicationName
@Stability(Stable) public CfnApplicationPropsMixin.Builder applicationName(IFunctionRef applicationName) A name for the application.If you don't specify a name, 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.- Parameters:
applicationName- A name for the application. This parameter is required.- Returns:
this- See Also:
-
computePlatform
The compute platform that CodeDeploy deploys the application to.- Parameters:
computePlatform- The compute platform that CodeDeploy deploys the application to. This parameter is required.- Returns:
this- See Also:
-
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.
- Parameters:
tags- The metadata that you apply to CodeDeploy applications to help you organize and categorize them. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin>- Returns:
- a newly built instance of
CfnApplicationPropsMixin.
-