public static interface OnPremisesTagSet.Builder extends SdkPojo, CopyableBuilder<OnPremisesTagSet.Builder,OnPremisesTagSet>
| Modifier and Type | Method and Description |
|---|---|
OnPremisesTagSet.Builder |
onPremisesTagSetList(Collection<? extends Collection<TagFilter>> onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups.
|
OnPremisesTagSet.Builder |
onPremisesTagSetList(Collection<TagFilter>... onPremisesTagSetList)
A list that contains other lists of on-premises instance tag groups.
|
copyapplyMutation, buildOnPremisesTagSet.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.
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.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.
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.Copyright © 2019. All rights reserved.