Struct aws_sdk_sagemaker::model::hub_s3_storage_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for HubS3StorageConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_output_path(self, input: impl Into<String>) -> Self
pub fn s3_output_path(self, input: impl Into<String>) -> Self
The Amazon S3 output path for the hub.
sourcepub fn set_s3_output_path(self, input: Option<String>) -> Self
pub fn set_s3_output_path(self, input: Option<String>) -> Self
The Amazon S3 output path for the hub.
sourcepub fn build(self) -> HubS3StorageConfig
pub fn build(self) -> HubS3StorageConfig
Consumes the builder and constructs a HubS3StorageConfig
.