public static interface ListPipelineExecutionStepsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionStepsRequest.Builder,ListPipelineExecutionStepsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelineExecutionStepsRequest.Builder pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.ListPipelineExecutionStepsRequest.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.ListPipelineExecutionStepsRequest.Builder maxResults(Integer maxResults)
The maximum number of pipeline execution steps to return in the response.
maxResults - The maximum number of pipeline execution steps to return in the response.ListPipelineExecutionStepsRequest.Builder sortOrder(String sortOrder)
The field by which to sort results. The default is CreatedTime.
ListPipelineExecutionStepsRequest.Builder sortOrder(SortOrder sortOrder)
The field by which to sort results. The default is CreatedTime.
ListPipelineExecutionStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPipelineExecutionStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.