Interface Hash.Builder

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

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

    • sha256

      Hash.Builder sha256(String sha256)

      The SHA-256 hash value.

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