#[non_exhaustive]pub struct PipelineDefinitionS3LocationBuilder { /* private fields */ }
Expand description
A builder for PipelineDefinitionS3Location
.
Implementations§
source§impl PipelineDefinitionS3LocationBuilder
impl PipelineDefinitionS3LocationBuilder
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
.
Trait Implementations§
source§impl Clone for PipelineDefinitionS3LocationBuilder
impl Clone for PipelineDefinitionS3LocationBuilder
source§fn clone(&self) -> PipelineDefinitionS3LocationBuilder
fn clone(&self) -> PipelineDefinitionS3LocationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for PipelineDefinitionS3LocationBuilder
impl Default for PipelineDefinitionS3LocationBuilder
source§fn default() -> PipelineDefinitionS3LocationBuilder
fn default() -> PipelineDefinitionS3LocationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PipelineDefinitionS3LocationBuilder> for PipelineDefinitionS3LocationBuilder
impl PartialEq<PipelineDefinitionS3LocationBuilder> for PipelineDefinitionS3LocationBuilder
source§fn eq(&self, other: &PipelineDefinitionS3LocationBuilder) -> bool
fn eq(&self, other: &PipelineDefinitionS3LocationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.