Struct aws_sdk_sagemaker::output::list_pipelines_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListPipelinesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_summaries(self, input: PipelineSummary) -> Self
pub fn pipeline_summaries(self, input: PipelineSummary) -> Self
Appends an item to pipeline_summaries
.
To override the contents of this collection use set_pipeline_summaries
.
Contains a sorted list of PipelineSummary
objects matching the specified filters. Each PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
sourcepub fn set_pipeline_summaries(self, input: Option<Vec<PipelineSummary>>) -> Self
pub fn set_pipeline_summaries(self, input: Option<Vec<PipelineSummary>>) -> Self
Contains a sorted list of PipelineSummary
objects matching the specified filters. Each PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the result of the previous ListPipelines
request was truncated, the response includes a NextToken
. To retrieve the next set of pipelines, use the token in the next request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the result of the previous ListPipelines
request was truncated, the response includes a NextToken
. To retrieve the next set of pipelines, use the token in the next request.
sourcepub fn build(self) -> ListPipelinesOutput
pub fn build(self) -> ListPipelinesOutput
Consumes the builder and constructs a ListPipelinesOutput
.