Struct aws_sdk_sagemaker::output::describe_pipeline_definition_for_execution_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribePipelineDefinitionForExecutionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_definition(self, input: impl Into<String>) -> Self
pub fn pipeline_definition(self, input: impl Into<String>) -> Self
The JSON pipeline definition.
sourcepub fn set_pipeline_definition(self, input: Option<String>) -> Self
pub fn set_pipeline_definition(self, input: Option<String>) -> Self
The JSON pipeline definition.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time when the pipeline was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time when the pipeline was created.
sourcepub fn build(self) -> DescribePipelineDefinitionForExecutionOutput
pub fn build(self) -> DescribePipelineDefinitionForExecutionOutput
Consumes the builder and constructs a DescribePipelineDefinitionForExecutionOutput
.