Interface PropagateTags.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PropagateTags.Builder,,PropagateTags> SdkBuilder<PropagateTags.Builder,,PropagateTags> SdkPojo
- Enclosing class:
- PropagateTags
@Mutable
@NotThreadSafe
public static interface PropagateTags.Builder
extends SdkPojo, CopyableBuilder<PropagateTags.Builder,PropagateTags>
-
Method Summary
Modifier and TypeMethodDescriptionexplicitTags(Map<String, String> explicitTags) A list of tags to apply to managed resources whenModeis set toExplicit.The tag propagation mode.mode(PropagateTagsMode mode) The tag propagation mode.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mode
The tag propagation mode. Set to
Explicitto propagate the tags specified inExplicitTagsto managed resources. Set toNoneto disable tag propagation.- Parameters:
mode- The tag propagation mode. Set toExplicitto propagate the tags specified inExplicitTagsto managed resources. Set toNoneto disable tag propagation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The tag propagation mode. Set to
Explicitto propagate the tags specified inExplicitTagsto managed resources. Set toNoneto disable tag propagation.- Parameters:
mode- The tag propagation mode. Set toExplicitto propagate the tags specified inExplicitTagsto managed resources. Set toNoneto disable tag propagation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
explicitTags
A list of tags to apply to managed resources when
Modeis set toExplicit. You can specify up to 40 tags.- Parameters:
explicitTags- A list of tags to apply to managed resources whenModeis set toExplicit. You can specify up to 40 tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-