Interface PutChunkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BackupStorageRequest.Builder
,Buildable
,CopyableBuilder<PutChunkRequest.Builder,
,PutChunkRequest> SdkBuilder<PutChunkRequest.Builder,
,PutChunkRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutChunkRequest
public static interface PutChunkRequest.Builder
extends BackupStorageRequest.Builder, SdkPojo, CopyableBuilder<PutChunkRequest.Builder,PutChunkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbackupJobId
(String backupJobId) Backup job Id for the in-progress backup.Data checksumchecksumAlgorithm
(String checksumAlgorithm) Checksum algorithmchecksumAlgorithm
(DataChecksumAlgorithm checksumAlgorithm) Checksum algorithmchunkIndex
(Long chunkIndex) Describes this chunk's position relative to the other chunksData lengthoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Upload Id for the in-progress upload.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.backupstorage.model.BackupStorageRequest.Builder
build
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, sdkFields
-
Method Details
-
backupJobId
Backup job Id for the in-progress backup.- Parameters:
backupJobId
- Backup job Id for the in-progress backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uploadId
Upload Id for the in-progress upload.- Parameters:
uploadId
- Upload Id for the in-progress upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chunkIndex
Describes this chunk's position relative to the other chunks- Parameters:
chunkIndex
- Describes this chunk's position relative to the other chunks- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
length
Data length- Parameters:
length
- Data length- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksum
Data checksum- Parameters:
checksum
- Data checksum- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
Checksum algorithm- Parameters:
checksumAlgorithm
- Checksum algorithm- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checksumAlgorithm
Checksum algorithm- Parameters:
checksumAlgorithm
- Checksum algorithm- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutChunkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutChunkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-