Interface TagDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TagDescription.Builder,TagDescription>,SdkBuilder<TagDescription.Builder,TagDescription>,SdkPojo
- Enclosing class:
- TagDescription
@Mutable @NotThreadSafe 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.BuilderresourceId(String resourceId)The ID of the resource.TagDescription.BuilderresourceType(String resourceType)The resource type.TagDescription.BuilderresourceType(ResourceType resourceType)The resource type.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
resourceId
TagDescription.Builder resourceId(String resourceId)
The ID of the resource.
- Parameters:
resourceId- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
TagDescription.Builder resourceType(String resourceType)
The resource type.
- Parameters:
resourceType- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
TagDescription.Builder resourceType(ResourceType resourceType)
The resource type.
- Parameters:
resourceType- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
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.
-
-