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
Modifier and TypeMethodDescriptionThe tag key.resourceId(String resourceId) The ID of the resource.resourceType(String resourceType) The resource type.resourceType(ResourceType resourceType) The resource type.The tag value.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
-
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
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
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
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:
-
value
The tag value.
- Parameters:
value- The tag value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-