Interface EC2TagSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EC2TagSet.Builder,EC2TagSet>,SdkBuilder<EC2TagSet.Builder,EC2TagSet>,SdkPojo
- Enclosing class:
- EC2TagSet
public static interface EC2TagSet.Builder extends SdkPojo, CopyableBuilder<EC2TagSet.Builder,EC2TagSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EC2TagSet.Builderec2TagSetList(Collection<? extends Collection<EC2TagFilter>> ec2TagSetList)A list that contains other lists of Amazon EC2 instance tag groups.EC2TagSet.Builderec2TagSetList(Collection<EC2TagFilter>... ec2TagSetList)A list that contains other lists of Amazon EC2 instance tag groups.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ec2TagSetList
EC2TagSet.Builder ec2TagSetList(Collection<? extends Collection<EC2TagFilter>> ec2TagSetList)
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.
- Parameters:
ec2TagSetList- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2TagSetList
EC2TagSet.Builder ec2TagSetList(Collection<EC2TagFilter>... ec2TagSetList)
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.
- Parameters:
ec2TagSetList- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-