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 Summary
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-