Struct aws_sdk_glue::model::s3_source_additional_options::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for S3SourceAdditionalOptions.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bounded_size(self, input: i64) -> Self
pub fn bounded_size(self, input: i64) -> Self
Sets the upper limit for the target size of the dataset in bytes that will be processed.
sourcepub fn set_bounded_size(self, input: Option<i64>) -> Self
pub fn set_bounded_size(self, input: Option<i64>) -> Self
Sets the upper limit for the target size of the dataset in bytes that will be processed.
sourcepub fn bounded_files(self, input: i64) -> Self
pub fn bounded_files(self, input: i64) -> Self
Sets the upper limit for the target number of files that will be processed.
sourcepub fn set_bounded_files(self, input: Option<i64>) -> Self
pub fn set_bounded_files(self, input: Option<i64>) -> Self
Sets the upper limit for the target number of files that will be processed.
sourcepub fn build(self) -> S3SourceAdditionalOptions
pub fn build(self) -> S3SourceAdditionalOptions
Consumes the builder and constructs a S3SourceAdditionalOptions.