Interface S3ComputeObjectChecksumOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3ComputeObjectChecksumOperation.Builder,
,S3ComputeObjectChecksumOperation> SdkBuilder<S3ComputeObjectChecksumOperation.Builder,
,S3ComputeObjectChecksumOperation> SdkPojo
- Enclosing class:
S3ComputeObjectChecksumOperation
@Mutable
@NotThreadSafe
public static interface S3ComputeObjectChecksumOperation.Builder
extends SdkPojo, CopyableBuilder<S3ComputeObjectChecksumOperation.Builder,S3ComputeObjectChecksumOperation>
-
Method Summary
Modifier and TypeMethodDescriptionchecksumAlgorithm
(String checksumAlgorithm) Indicates the algorithm that you want Amazon S3 to use to create the checksum.checksumAlgorithm
(ComputeObjectChecksumAlgorithm checksumAlgorithm) Indicates the algorithm that you want Amazon S3 to use to create the checksum.checksumType
(String checksumType) Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.checksumType
(ComputeObjectChecksumType checksumType) Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value.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
-
checksumAlgorithm
Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.
- Parameters:
checksumAlgorithm
- Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checksumAlgorithm
S3ComputeObjectChecksumOperation.Builder checksumAlgorithm(ComputeObjectChecksumAlgorithm checksumAlgorithm) Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.
- Parameters:
checksumAlgorithm
- Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checksumType
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
- Parameters:
checksumType
- Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checksumType
Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.
- Parameters:
checksumType
- Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-