Struct aws_sdk_sagemaker::model::transform_data_source::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TransformDataSource
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_data_source(self, input: TransformS3DataSource) -> Self
pub fn s3_data_source(self, input: TransformS3DataSource) -> Self
The S3 location of the data source that is associated with a channel.
sourcepub fn set_s3_data_source(self, input: Option<TransformS3DataSource>) -> Self
pub fn set_s3_data_source(self, input: Option<TransformS3DataSource>) -> Self
The S3 location of the data source that is associated with a channel.
sourcepub fn build(self) -> TransformDataSource
pub fn build(self) -> TransformDataSource
Consumes the builder and constructs a TransformDataSource
.