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 Details

    • 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.