@Stability(value=Stable) public static final class CfnDeployment.Builder extends Object implements software.amazon.jsii.Builder<CfnDeployment>
CfnDeployment.| Modifier and Type | Method and Description |
|---|---|
CfnDeployment.Builder |
apiId(String apiId)
The API identifier.
|
CfnDeployment |
build() |
static CfnDeployment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDeployment.Builder |
description(String description)
The description for the deployment resource.
|
CfnDeployment.Builder |
stageName(String stageName)
The name of an existing stage to associate with the deployment.
|
@Stability(value=Stable) public static CfnDeployment.Builder create(software.constructs.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.CfnDeployment.Builder.@Stability(value=Stable) public CfnDeployment.Builder apiId(String apiId)
apiId - The API identifier. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder description(String description)
description - The description for the deployment resource. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder stageName(String stageName)
stageName - The name of an existing stage to associate with the deployment. This parameter is required.this@Stability(value=Stable) public CfnDeployment build()
build in interface software.amazon.jsii.Builder<CfnDeployment>Copyright © 2022. All rights reserved.