Class CfnDeploymentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.m2.mixins.CfnDeploymentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeploymentPropsMixin>
- Enclosing class:
CfnDeploymentPropsMixin
@Stability(Stable)
public static final class CfnDeploymentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeploymentPropsMixin>
A fluent builder for
CfnDeploymentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier of the application.applicationVersion(Number applicationVersion) The version of the application.build()create()create(CfnPropertyMixinOptions options) environmentId(String environmentId) The unique identifier of the runtime environment.
-
Method Details
-
create
@Stability(Stable) public static CfnDeploymentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDeploymentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDeploymentPropsMixin.Builder.
-
applicationId
The unique identifier of the application.- Parameters:
applicationId- The unique identifier of the application. This parameter is required.- Returns:
this- See Also:
-
applicationVersion
@Stability(Stable) public CfnDeploymentPropsMixin.Builder applicationVersion(Number applicationVersion) The version of the application.- Parameters:
applicationVersion- The version of the application. This parameter is required.- Returns:
this- See Also:
-
environmentId
The unique identifier of the runtime environment.- Parameters:
environmentId- The unique identifier of the runtime environment. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeploymentPropsMixin>- Returns:
- a newly built instance of
CfnDeploymentPropsMixin.
-