Interface MetadataEntry.Builder

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

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

    • name

      Name of the object.

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

      Value of the object.

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