pub struct Builder { /* private fields */ }
Expand description
A builder for PipelineDefinitionS3Location
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_bucket(self, input: Option<String>) -> Self
pub fn set_bucket(self, input: Option<String>) -> Self
Name of the S3 bucket.
sourcepub fn object_key(self, input: impl Into<String>) -> Self
pub fn object_key(self, input: impl Into<String>) -> Self
The object key (or key name) uniquely identifies the object in an S3 bucket.
sourcepub fn set_object_key(self, input: Option<String>) -> Self
pub fn set_object_key(self, input: Option<String>) -> Self
The object key (or key name) uniquely identifies the object in an S3 bucket.
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
sourcepub fn build(self) -> PipelineDefinitionS3Location
pub fn build(self) -> PipelineDefinitionS3Location
Consumes the builder and constructs a PipelineDefinitionS3Location
.