@Stability(value=Experimental) public static final class CfnCodeDeployBlueGreenEcsAttributes.Builder extends Object implements software.amazon.jsii.Builder<CfnCodeDeployBlueGreenEcsAttributes>
CfnCodeDeployBlueGreenEcsAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCodeDeployBlueGreenEcsAttributes |
build()
Builds the configured instance.
|
CfnCodeDeployBlueGreenEcsAttributes.Builder |
taskDefinitions(List<String> taskDefinitions)
Sets the value of
CfnCodeDeployBlueGreenEcsAttributes.getTaskDefinitions() |
CfnCodeDeployBlueGreenEcsAttributes.Builder |
taskSets(List<String> taskSets)
Sets the value of
CfnCodeDeployBlueGreenEcsAttributes.getTaskSets() |
CfnCodeDeployBlueGreenEcsAttributes.Builder |
trafficRouting(CfnTrafficRouting trafficRouting)
Sets the value of
CfnCodeDeployBlueGreenEcsAttributes.getTrafficRouting() |
@Stability(value=Experimental) public CfnCodeDeployBlueGreenEcsAttributes.Builder taskDefinitions(List<String> taskDefinitions)
CfnCodeDeployBlueGreenEcsAttributes.getTaskDefinitions()taskDefinitions - The logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions. This parameter is required.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenEcsAttributes.Builder taskSets(List<String> taskSets)
CfnCodeDeployBlueGreenEcsAttributes.getTaskSets()taskSets - The logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets. This parameter is required.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenEcsAttributes.Builder trafficRouting(CfnTrafficRouting trafficRouting)
CfnCodeDeployBlueGreenEcsAttributes.getTrafficRouting()trafficRouting - The traffic routing configuration. This parameter is required.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenEcsAttributes build()
build in interface software.amazon.jsii.Builder<CfnCodeDeployBlueGreenEcsAttributes>CfnCodeDeployBlueGreenEcsAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.