public static interface ListPipelineExecutionStepsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionStepsResponse.Builder,ListPipelineExecutionStepsResponse>
Modifier and Type | Method and Description |
---|---|
ListPipelineExecutionStepsResponse.Builder |
nextToken(String nextToken)
If the result of the previous
ListPipelineExecutionSteps request was truncated, the response
includes a NextToken . |
ListPipelineExecutionStepsResponse.Builder |
pipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
A list of
PipeLineExecutionStep objects. |
ListPipelineExecutionStepsResponse.Builder |
pipelineExecutionSteps(Consumer<PipelineExecutionStep.Builder>... pipelineExecutionSteps)
A list of
PipeLineExecutionStep objects. |
ListPipelineExecutionStepsResponse.Builder |
pipelineExecutionSteps(PipelineExecutionStep... pipelineExecutionSteps)
A list of
PipeLineExecutionStep objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListPipelineExecutionStepsResponse.Builder pipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists of
StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job
that contains relevant information about the job created by the step.
pipelineExecutionSteps
- A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists
of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for
each job that contains relevant information about the job created by the step.ListPipelineExecutionStepsResponse.Builder pipelineExecutionSteps(PipelineExecutionStep... pipelineExecutionSteps)
A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists of
StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job
that contains relevant information about the job created by the step.
pipelineExecutionSteps
- A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists
of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for
each job that contains relevant information about the job created by the step.ListPipelineExecutionStepsResponse.Builder pipelineExecutionSteps(Consumer<PipelineExecutionStep.Builder>... pipelineExecutionSteps)
A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists of
StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job
that contains relevant information about the job created by the step.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #pipelineExecutionSteps(List)
.pipelineExecutionSteps
- a consumer that will call methods on List.Builder
#pipelineExecutionSteps(List)
ListPipelineExecutionStepsResponse.Builder nextToken(String nextToken)
If the result of the previous ListPipelineExecutionSteps
request was truncated, the response
includes a NextToken
. To retrieve the next set of pipeline execution steps, use the token in the
next request.
nextToken
- If the result of the previous ListPipelineExecutionSteps
request was truncated, the
response includes a NextToken
. To retrieve the next set of pipeline execution steps, use
the token in the next request.Copyright © 2022. All rights reserved.