@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 - `AWS::AppConfig::Deployment.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder configurationProfileId(String configurationProfileId)
CfnDeploymentProps.getConfigurationProfileId()configurationProfileId - `AWS::AppConfig::Deployment.ConfigurationProfileId`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder configurationVersion(String configurationVersion)
CfnDeploymentProps.getConfigurationVersion()configurationVersion - `AWS::AppConfig::Deployment.ConfigurationVersion`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder deploymentStrategyId(String deploymentStrategyId)
CfnDeploymentProps.getDeploymentStrategyId()deploymentStrategyId - `AWS::AppConfig::Deployment.DeploymentStrategyId`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder environmentId(String environmentId)
CfnDeploymentProps.getEnvironmentId()environmentId - `AWS::AppConfig::Deployment.EnvironmentId`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder description(String description)
CfnDeploymentProps.getDescription()description - `AWS::AppConfig::Deployment.Description`.this@Stability(value=Stable) public CfnDeploymentProps.Builder tags(List<? extends CfnDeployment.TagsProperty> tags)
CfnDeploymentProps.getTags()tags - `AWS::AppConfig::Deployment.Tags`.this@Stability(value=Stable) public CfnDeploymentProps build()
build in interface software.amazon.jsii.Builder<CfnDeploymentProps>CfnDeploymentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.