Interface OnPremisesTagSet.Builder

    • Method Detail

      • onPremisesTagSetList

        OnPremisesTagSet.Builder onPremisesTagSetList​(Collection<? extends Collection<TagFilter>> onPremisesTagSetList)

        A list that contains other lists of on-premises 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:
        onPremisesTagSetList - A list that contains other lists of on-premises 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.
      • onPremisesTagSetList

        OnPremisesTagSet.Builder onPremisesTagSetList​(Collection<TagFilter>... onPremisesTagSetList)

        A list that contains other lists of on-premises 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:
        onPremisesTagSetList - A list that contains other lists of on-premises 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.