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