public static final class CfnDeploymentGroup.EC2TagSetProperty.Builder
extends java.lang.Object
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(java.util.List<? extends java.lang.Object> ec2TagSetList)
Sets the value of
CfnDeploymentGroup.EC2TagSetProperty.getEc2TagSetList() |
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
public CfnDeploymentGroup.EC2TagSetProperty.Builder ec2TagSetList(java.util.List<? extends java.lang.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
public CfnDeploymentGroup.EC2TagSetProperty build()
CfnDeploymentGroup.EC2TagSetProperty
java.lang.NullPointerException
- if any required attribute was not provided