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 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

      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

      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:
    • value

      The tag value.

      Parameters:
      value - The tag value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.