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 Summary
Modifier and TypeMethodDescriptionThe checksum of the model.The type of the checksum.type
(ChecksumType type) The type of the checksum.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-