Interface EC2TagSet.Builder

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