Struct aws_sdk_personalize::model::batch_segment_job_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BatchSegmentJobInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_data_source(self, input: S3DataConfig) -> Self
pub fn s3_data_source(self, input: S3DataConfig) -> Self
The configuration details of an Amazon S3 input or output bucket.
sourcepub fn set_s3_data_source(self, input: Option<S3DataConfig>) -> Self
pub fn set_s3_data_source(self, input: Option<S3DataConfig>) -> Self
The configuration details of an Amazon S3 input or output bucket.
sourcepub fn build(self) -> BatchSegmentJobInput
pub fn build(self) -> BatchSegmentJobInput
Consumes the builder and constructs a BatchSegmentJobInput
.