@Stability(value=Stable) public static final class CfnDeploymentGroup.DeploymentStyleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.DeploymentStyleProperty>
CfnDeploymentGroup.DeploymentStyleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.DeploymentStyleProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.DeploymentStyleProperty.Builder |
deploymentOption(String deploymentOption)
Sets the value of
CfnDeploymentGroup.DeploymentStyleProperty.getDeploymentOption() |
CfnDeploymentGroup.DeploymentStyleProperty.Builder |
deploymentType(String deploymentType)
Sets the value of
CfnDeploymentGroup.DeploymentStyleProperty.getDeploymentType() |
@Stability(value=Stable) public CfnDeploymentGroup.DeploymentStyleProperty.Builder deploymentOption(String deploymentOption)
CfnDeploymentGroup.DeploymentStyleProperty.getDeploymentOption()deploymentOption - Indicates whether to route deployment traffic behind a load balancer.
An Amazon EC2 Application Load Balancer or Network Load Balancer is required for an Amazon ECS deployment.
this@Stability(value=Stable) public CfnDeploymentGroup.DeploymentStyleProperty.Builder deploymentType(String deploymentType)
CfnDeploymentGroup.DeploymentStyleProperty.getDeploymentType()deploymentType - Indicates whether to run an in-place or blue/green deployment.this@Stability(value=Stable) public CfnDeploymentGroup.DeploymentStyleProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.DeploymentStyleProperty>CfnDeploymentGroup.DeploymentStylePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.