Interface CapacityAllocationMetadataEntry.Builder

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

@Mutable @NotThreadSafe public static interface CapacityAllocationMetadataEntry.Builder extends SdkPojo, CopyableBuilder<CapacityAllocationMetadataEntry.Builder,CapacityAllocationMetadataEntry>
  • Method Details

    • key

      The key of the metadata entry.

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

      The value of the metadata entry.

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