Struct aws_sdk_backupstorage::output::get_chunk_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetChunkOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data(self, input: ByteStream) -> Self
pub fn data(self, input: ByteStream) -> Self
Chunk data
sourcepub fn set_data(self, input: Option<ByteStream>) -> Self
pub fn set_data(self, input: Option<ByteStream>) -> Self
Chunk data
sourcepub fn set_length(self, input: Option<i64>) -> Self
pub fn set_length(self, input: Option<i64>) -> Self
Data length
sourcepub fn set_checksum(self, input: Option<String>) -> Self
pub fn set_checksum(self, input: Option<String>) -> Self
Data 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 build(self) -> GetChunkOutput
pub fn build(self) -> GetChunkOutput
Consumes the builder and constructs a GetChunkOutput
.