@Stability(value=Stable) public static final class CfnDeploymentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentProps>
CfnDeploymentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeploymentProps.Builder applicationId(String applicationId)
CfnDeploymentProps.getApplicationId()applicationId - The application ID. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder configurationProfileId(String configurationProfileId)
CfnDeploymentProps.getConfigurationProfileId()configurationProfileId - The configuration profile ID. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder configurationVersion(String configurationVersion)
CfnDeploymentProps.getConfigurationVersion()configurationVersion - The configuration version to deploy. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder deploymentStrategyId(String deploymentStrategyId)
CfnDeploymentProps.getDeploymentStrategyId()deploymentStrategyId - The deployment strategy ID. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder environmentId(String environmentId)
CfnDeploymentProps.getEnvironmentId()environmentId - The environment ID. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder description(String description)
CfnDeploymentProps.getDescription()description - A description of the deployment.this@Stability(value=Stable) public CfnDeploymentProps.Builder tags(List<? extends CfnDeployment.TagsProperty> tags)
CfnDeploymentProps.getTags()tags - Metadata to assign to the deployment.
Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.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.