Interface OnPremisesTagSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OnPremisesTagSet.Builder,OnPremisesTagSet>,SdkBuilder<OnPremisesTagSet.Builder,OnPremisesTagSet>,SdkPojo
- Enclosing class:
- OnPremisesTagSet
public static interface OnPremisesTagSet.Builder extends SdkPojo, CopyableBuilder<OnPremisesTagSet.Builder,OnPremisesTagSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnPremisesTagSet.BuilderonPremisesTagSetList(Collection<? extends Collection<TagFilter>> onPremisesTagSetList)A list that contains other lists of on-premises instance tag groups.OnPremisesTagSet.BuilderonPremisesTagSetList(Collection<TagFilter>... onPremisesTagSetList)A list that contains other lists of on-premises 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
-
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.
-
-