#[non_exhaustive]pub struct SageMakerPipelineParameterBuilder { /* private fields */ }Expand description
A builder for SageMakerPipelineParameter.
Implementations§
source§impl SageMakerPipelineParameterBuilder
 
impl SageMakerPipelineParameterBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
 
pub fn name(self, input: impl Into<String>) -> Self
Name of parameter to start execution of a SageMaker Model Building Pipeline.
This field is required.sourcepub fn set_name(self, input: Option<String>) -> Self
 
pub fn set_name(self, input: Option<String>) -> Self
Name of parameter to start execution of a SageMaker Model Building Pipeline.
sourcepub fn get_name(&self) -> &Option<String>
 
pub fn get_name(&self) -> &Option<String>
Name of parameter to start execution of a SageMaker Model Building Pipeline.
sourcepub fn value(self, input: impl Into<String>) -> Self
 
pub fn value(self, input: impl Into<String>) -> Self
Value of parameter to start execution of a SageMaker Model Building Pipeline.
This field is required.sourcepub fn set_value(self, input: Option<String>) -> Self
 
pub fn set_value(self, input: Option<String>) -> Self
Value of parameter to start execution of a SageMaker Model Building Pipeline.
sourcepub fn get_value(&self) -> &Option<String>
 
pub fn get_value(&self) -> &Option<String>
Value of parameter to start execution of a SageMaker Model Building Pipeline.
sourcepub fn build(self) -> Result<SageMakerPipelineParameter, BuildError>
 
pub fn build(self) -> Result<SageMakerPipelineParameter, BuildError>
Consumes the builder and constructs a SageMakerPipelineParameter.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for SageMakerPipelineParameterBuilder
 
impl Clone for SageMakerPipelineParameterBuilder
source§fn clone(&self) -> SageMakerPipelineParameterBuilder
 
fn clone(&self) -> SageMakerPipelineParameterBuilder
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 SageMakerPipelineParameterBuilder
 
impl Default for SageMakerPipelineParameterBuilder
source§fn default() -> SageMakerPipelineParameterBuilder
 
fn default() -> SageMakerPipelineParameterBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SageMakerPipelineParameterBuilder
 
impl PartialEq for SageMakerPipelineParameterBuilder
source§fn eq(&self, other: &SageMakerPipelineParameterBuilder) -> bool
 
fn eq(&self, other: &SageMakerPipelineParameterBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SageMakerPipelineParameterBuilder
Auto Trait Implementations§
impl Freeze for SageMakerPipelineParameterBuilder
impl RefUnwindSafe for SageMakerPipelineParameterBuilder
impl Send for SageMakerPipelineParameterBuilder
impl Sync for SageMakerPipelineParameterBuilder
impl Unpin for SageMakerPipelineParameterBuilder
impl UnwindSafe for SageMakerPipelineParameterBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.