Struct aws_sdk_omics::model::file_information::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FileInformation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn total_parts(self, input: i32) -> Self
pub fn total_parts(self, input: i32) -> Self
The file's total parts.
sourcepub fn set_total_parts(self, input: Option<i32>) -> Self
pub fn set_total_parts(self, input: Option<i32>) -> Self
The file's total parts.
sourcepub fn set_part_size(self, input: Option<i64>) -> Self
pub fn set_part_size(self, input: Option<i64>) -> Self
The file's part size.
sourcepub fn content_length(self, input: i64) -> Self
pub fn content_length(self, input: i64) -> Self
The file's content length.
sourcepub fn set_content_length(self, input: Option<i64>) -> Self
pub fn set_content_length(self, input: Option<i64>) -> Self
The file's content length.
sourcepub fn build(self) -> FileInformation
pub fn build(self) -> FileInformation
Consumes the builder and constructs a FileInformation
.