@Stability(value=Stable) public static final class CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.EC2TagSetListObjectProperty>
CfnDeploymentGroup.EC2TagSetListObjectProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.EC2TagSetListObjectProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder |
ec2TagGroup(IResolvable ec2TagGroup)
Sets the value of
CfnDeploymentGroup.EC2TagSetListObjectProperty.getEc2TagGroup() |
CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder |
ec2TagGroup(List<? extends Object> ec2TagGroup)
Sets the value of
CfnDeploymentGroup.EC2TagSetListObjectProperty.getEc2TagGroup() |
@Stability(value=Stable) public CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder ec2TagGroup(IResolvable ec2TagGroup)
CfnDeploymentGroup.EC2TagSetListObjectProperty.getEc2TagGroup()ec2TagGroup - A list that contains other lists of Amazon EC2 instance tag groups.
For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.this@Stability(value=Stable) public CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder ec2TagGroup(List<? extends Object> ec2TagGroup)
CfnDeploymentGroup.EC2TagSetListObjectProperty.getEc2TagGroup()ec2TagGroup - A list that contains other lists of Amazon EC2 instance tag groups.
For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.this@Stability(value=Stable) public CfnDeploymentGroup.EC2TagSetListObjectProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.EC2TagSetListObjectProperty>CfnDeploymentGroup.EC2TagSetListObjectPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.