Interface Metadata.Builder

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

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

    • name

      The key name.

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

      Metadata.Builder value(String value)

      The value.

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