Interface Checksum.Builder

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

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

    • type

      The type of the checksum.

      Parameters:
      type - The type of the checksum.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the checksum.

      Parameters:
      type - The type of the checksum.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sum

      The checksum of the model.

      Parameters:
      sum - The checksum of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.