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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutChunkRequest.BuilderbackupJobId(String backupJobId)Backup job Id for the in-progress backup.PutChunkRequest.Builderchecksum(String checksum)Data checksumPutChunkRequest.BuilderchecksumAlgorithm(String checksumAlgorithm)Checksum algorithmPutChunkRequest.BuilderchecksumAlgorithm(DataChecksumAlgorithm checksumAlgorithm)Checksum algorithmPutChunkRequest.BuilderchunkIndex(Long chunkIndex)Describes this chunk's position relative to the other chunksPutChunkRequest.Builderlength(Long length)Data lengthPutChunkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutChunkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutChunkRequest.BuilderuploadId(String uploadId)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 Detail
-
backupJobId
PutChunkRequest.Builder backupJobId(String 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
PutChunkRequest.Builder uploadId(String 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
PutChunkRequest.Builder chunkIndex(Long 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
PutChunkRequest.Builder length(Long length)
Data length- Parameters:
length- Data length- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksum
PutChunkRequest.Builder checksum(String checksum)
Data checksum- Parameters:
checksum- Data checksum- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
PutChunkRequest.Builder checksumAlgorithm(String checksumAlgorithm)
Checksum algorithm- Parameters:
checksumAlgorithm- Checksum algorithm- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataChecksumAlgorithm,DataChecksumAlgorithm
-
checksumAlgorithm
PutChunkRequest.Builder checksumAlgorithm(DataChecksumAlgorithm checksumAlgorithm)
Checksum algorithm- Parameters:
checksumAlgorithm- Checksum algorithm- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataChecksumAlgorithm,DataChecksumAlgorithm
-
overrideConfiguration
PutChunkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutChunkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-