@Stability(value=Stable) public static final class CfnDeploymentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentProps>
CfnDeploymentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentProps.Builder |
apiId(String apiId)
Sets the value of
CfnDeploymentProps.getApiId() |
CfnDeploymentProps |
build()
Builds the configured instance.
|
CfnDeploymentProps.Builder |
description(String description)
Sets the value of
CfnDeploymentProps.getDescription() |
CfnDeploymentProps.Builder |
stageName(String stageName)
Sets the value of
CfnDeploymentProps.getStageName() |
@Stability(value=Stable) public CfnDeploymentProps.Builder apiId(String apiId)
CfnDeploymentProps.getApiId()apiId - The API identifier. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder description(String description)
CfnDeploymentProps.getDescription()description - The description for the deployment resource.this@Stability(value=Stable) public CfnDeploymentProps.Builder stageName(String stageName)
CfnDeploymentProps.getStageName()stageName - The name of an existing stage to associate with the deployment.this@Stability(value=Stable) public CfnDeploymentProps build()
build in interface software.amazon.jsii.Builder<CfnDeploymentProps>CfnDeploymentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.