@Stability(value=Stable) public static final class CfnDeploymentGroup.EC2TagSetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.EC2TagSetProperty>
CfnDeploymentGroup.EC2TagSetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.EC2TagSetProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.EC2TagSetProperty.Builder |
ec2TagSetList(IResolvable ec2TagSetList)
Sets the value of
CfnDeploymentGroup.EC2TagSetProperty.getEc2TagSetList() |
CfnDeploymentGroup.EC2TagSetProperty.Builder |
ec2TagSetList(List<? extends Object> ec2TagSetList)
Sets the value of
CfnDeploymentGroup.EC2TagSetProperty.getEc2TagSetList() |
@Stability(value=Stable) public CfnDeploymentGroup.EC2TagSetProperty.Builder ec2TagSetList(IResolvable ec2TagSetList)
CfnDeploymentGroup.EC2TagSetProperty.getEc2TagSetList()ec2TagSetList - The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.
CodeDeploy includes all Amazon EC2 instances identified by any of the tags you specify in this deployment group.
Duplicates are not allowed.
this@Stability(value=Stable) public CfnDeploymentGroup.EC2TagSetProperty.Builder ec2TagSetList(List<? extends Object> ec2TagSetList)
CfnDeploymentGroup.EC2TagSetProperty.getEc2TagSetList()ec2TagSetList - The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.
CodeDeploy includes all Amazon EC2 instances identified by any of the tags you specify in this deployment group.
Duplicates are not allowed.
this@Stability(value=Stable) public CfnDeploymentGroup.EC2TagSetProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.EC2TagSetProperty>CfnDeploymentGroup.EC2TagSetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.