Struct aws_sdk_backupstorage::model::chunk::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Chunk
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_length(self, input: Option<i64>) -> Self
pub fn set_length(self, input: Option<i64>) -> Self
Chunk length
sourcepub fn set_checksum(self, input: Option<String>) -> Self
pub fn set_checksum(self, input: Option<String>) -> Self
Chunk checksum
sourcepub fn checksum_algorithm(self, input: DataChecksumAlgorithm) -> Self
pub fn checksum_algorithm(self, input: DataChecksumAlgorithm) -> Self
Checksum algorithm
sourcepub fn set_checksum_algorithm(self, input: Option<DataChecksumAlgorithm>) -> Self
pub fn set_checksum_algorithm(self, input: Option<DataChecksumAlgorithm>) -> Self
Checksum algorithm
sourcepub fn chunk_token(self, input: impl Into<String>) -> Self
pub fn chunk_token(self, input: impl Into<String>) -> Self
Chunk token
sourcepub fn set_chunk_token(self, input: Option<String>) -> Self
pub fn set_chunk_token(self, input: Option<String>) -> Self
Chunk token