pub struct NotifyObjectComplete { /* private fields */ }
Expand description
Fluent builder constructing a request to NotifyObjectComplete
.
Complete upload
Implementations§
source§impl NotifyObjectComplete
impl NotifyObjectComplete
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<NotifyObjectComplete, AwsResponseRetryClassifier>, SdkError<NotifyObjectCompleteError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<NotifyObjectComplete, AwsResponseRetryClassifier>, SdkError<NotifyObjectCompleteError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<NotifyObjectCompleteOutput, SdkError<NotifyObjectCompleteError>>
pub async fn send(
self
) -> Result<NotifyObjectCompleteOutput, SdkError<NotifyObjectCompleteError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn backup_job_id(self, input: impl Into<String>) -> Self
pub fn backup_job_id(self, input: impl Into<String>) -> Self
Backup job Id for the in-progress backup
sourcepub fn set_backup_job_id(self, input: Option<String>) -> Self
pub fn set_backup_job_id(self, input: Option<String>) -> Self
Backup job Id for the in-progress backup
sourcepub fn set_upload_id(self, input: Option<String>) -> Self
pub fn set_upload_id(self, input: Option<String>) -> Self
Upload Id for the in-progress upload
sourcepub fn object_checksum(self, input: impl Into<String>) -> Self
pub fn object_checksum(self, input: impl Into<String>) -> Self
Object checksum
sourcepub fn set_object_checksum(self, input: Option<String>) -> Self
pub fn set_object_checksum(self, input: Option<String>) -> Self
Object checksum
sourcepub fn object_checksum_algorithm(self, input: SummaryChecksumAlgorithm) -> Self
pub fn object_checksum_algorithm(self, input: SummaryChecksumAlgorithm) -> Self
Checksum algorithm
sourcepub fn set_object_checksum_algorithm(
self,
input: Option<SummaryChecksumAlgorithm>
) -> Self
pub fn set_object_checksum_algorithm(
self,
input: Option<SummaryChecksumAlgorithm>
) -> Self
Checksum algorithm
sourcepub fn metadata_string(self, input: impl Into<String>) -> Self
pub fn metadata_string(self, input: impl Into<String>) -> Self
Optional metadata associated with an Object. Maximum string length is 256 bytes.
sourcepub fn set_metadata_string(self, input: Option<String>) -> Self
pub fn set_metadata_string(self, input: Option<String>) -> Self
Optional metadata associated with an Object. Maximum string length is 256 bytes.
sourcepub fn metadata_blob(self, input: ByteStream) -> Self
pub fn metadata_blob(self, input: ByteStream) -> Self
Optional metadata associated with an Object. Maximum length is 4MB.
sourcepub fn set_metadata_blob(self, input: Option<ByteStream>) -> Self
pub fn set_metadata_blob(self, input: Option<ByteStream>) -> Self
Optional metadata associated with an Object. Maximum length is 4MB.
sourcepub fn metadata_blob_length(self, input: i64) -> Self
pub fn metadata_blob_length(self, input: i64) -> Self
The size of MetadataBlob.
sourcepub fn set_metadata_blob_length(self, input: Option<i64>) -> Self
pub fn set_metadata_blob_length(self, input: Option<i64>) -> Self
The size of MetadataBlob.
sourcepub fn metadata_blob_checksum(self, input: impl Into<String>) -> Self
pub fn metadata_blob_checksum(self, input: impl Into<String>) -> Self
Checksum of MetadataBlob.
sourcepub fn set_metadata_blob_checksum(self, input: Option<String>) -> Self
pub fn set_metadata_blob_checksum(self, input: Option<String>) -> Self
Checksum of MetadataBlob.
sourcepub fn metadata_blob_checksum_algorithm(
self,
input: DataChecksumAlgorithm
) -> Self
pub fn metadata_blob_checksum_algorithm(
self,
input: DataChecksumAlgorithm
) -> Self
Checksum algorithm.
sourcepub fn set_metadata_blob_checksum_algorithm(
self,
input: Option<DataChecksumAlgorithm>
) -> Self
pub fn set_metadata_blob_checksum_algorithm(
self,
input: Option<DataChecksumAlgorithm>
) -> Self
Checksum algorithm.