public static interface EC2TagSet.Builder extends SdkPojo, CopyableBuilder<EC2TagSet.Builder,EC2TagSet>
| Modifier and Type | Method and Description |
|---|---|
EC2TagSet.Builder |
ec2TagSetList(Collection<? extends Collection<EC2TagFilter>> ec2TagSetList)
A list that contains other lists of EC2 instance tag groups.
|
EC2TagSet.Builder |
ec2TagSetList(Collection<EC2TagFilter>... ec2TagSetList)
A list that contains other lists of EC2 instance tag groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2TagSet.Builder ec2TagSetList(Collection<? extends Collection<EC2TagFilter>> ec2TagSetList)
A list that contains other lists of 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.
ec2TagSetList - A list that contains other lists of 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.EC2TagSet.Builder ec2TagSetList(Collection<EC2TagFilter>... ec2TagSetList)
A list that contains other lists of 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.
ec2TagSetList - A list that contains other lists of 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.Copyright © 2022. All rights reserved.