Interface PutObjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BackupStorageRequest.Builder,Buildable,CopyableBuilder<PutObjectRequest.Builder,,PutObjectRequest> SdkBuilder<PutObjectRequest.Builder,,PutObjectRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutObjectRequest
public static interface PutObjectRequest.Builder
extends BackupStorageRequest.Builder, SdkPojo, CopyableBuilder<PutObjectRequest.Builder,PutObjectRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbackupJobId(String backupJobId) Backup job Id for the in-progress backup.inlineChunkChecksum(String inlineChunkChecksum) Inline chunk checksuminlineChunkChecksumAlgorithm(String inlineChunkChecksumAlgorithm) Inline chunk checksum algorithminlineChunkLength(Long inlineChunkLength) Length of the inline chunk data.metadataString(String metadataString) Store user defined metadata like backup checksum, disk ids, restore metadata etc.objectChecksum(String objectChecksum) object checksumobjectChecksumAlgorithm(String objectChecksumAlgorithm) object checksum algorithmobjectChecksumAlgorithm(SummaryChecksumAlgorithm objectChecksumAlgorithm) object checksum algorithmobjectName(String objectName) The name of the Object to be uploaded.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.throwOnDuplicate(Boolean throwOnDuplicate) Throw an exception if Object name is already exist.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.backupstorage.model.BackupStorageRequest.Builder
buildMethods 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, 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.
-
objectName
The name of the Object to be uploaded.- Parameters:
objectName- The name of the Object to be uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataString
Store user defined metadata like backup checksum, disk ids, restore metadata etc.- Parameters:
metadataString- Store user defined metadata like backup checksum, disk ids, restore metadata etc.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineChunkLength
Length of the inline chunk data.- Parameters:
inlineChunkLength- Length of the inline chunk data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineChunkChecksum
Inline chunk checksum- Parameters:
inlineChunkChecksum- Inline chunk checksum- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inlineChunkChecksumAlgorithm
Inline chunk checksum algorithm- Parameters:
inlineChunkChecksumAlgorithm- Inline chunk checksum algorithm- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectChecksum
object checksum- Parameters:
objectChecksum- object checksum- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectChecksumAlgorithm
object checksum algorithm- Parameters:
objectChecksumAlgorithm- object checksum algorithm- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectChecksumAlgorithm
object checksum algorithm- Parameters:
objectChecksumAlgorithm- object checksum algorithm- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
throwOnDuplicate
Throw an exception if Object name is already exist.- Parameters:
throwOnDuplicate- Throw an exception if Object name is already exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutObjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-