Interface ResourceTag.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceTag.Builder,ResourceTag>, SdkBuilder<ResourceTag.Builder,ResourceTag>, SdkPojo
Enclosing class:
ResourceTag

public static interface ResourceTag.Builder extends SdkPojo, CopyableBuilder<ResourceTag.Builder,ResourceTag>
  • Method Details

    • key

      The key that's associated with the tag.

      Parameters:
      key - The key that's associated with the tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value that's associated with the tag.

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