Interface TagDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TagDescription.Builder,TagDescription>,SdkBuilder<TagDescription.Builder,TagDescription>,SdkPojo
- Enclosing class:
- TagDescription
public static interface TagDescription.Builder extends SdkPojo, CopyableBuilder<TagDescription.Builder,TagDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagDescription.Builderkey(String key)The tag key.TagDescription.BuilderpropagateAtLaunch(Boolean propagateAtLaunch)Determines whether the tag is added to new instances as they are launched in the group.TagDescription.BuilderresourceId(String resourceId)The name of the group.TagDescription.BuilderresourceType(String resourceType)The type of resource.TagDescription.Buildervalue(String value)The tag value.-
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
-
resourceId
TagDescription.Builder resourceId(String resourceId)
The name of the group.
- Parameters:
resourceId- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
TagDescription.Builder resourceType(String resourceType)
The type of resource. The only supported value is
auto-scaling-group.- Parameters:
resourceType- The type of resource. The only supported value isauto-scaling-group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
TagDescription.Builder key(String key)
The tag key.
- Parameters:
key- The tag key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
TagDescription.Builder value(String value)
The tag value.
- Parameters:
value- The tag value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propagateAtLaunch
TagDescription.Builder propagateAtLaunch(Boolean propagateAtLaunch)
Determines whether the tag is added to new instances as they are launched in the group.
- Parameters:
propagateAtLaunch- Determines whether the tag is added to new instances as they are launched in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-