public static interface ListPipelineParametersForExecutionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineParametersForExecutionRequest.Builder,ListPipelineParametersForExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipelineParametersForExecutionRequest.Builder |
maxResults(Integer maxResults)
The maximum number of parameters to return in the response.
|
ListPipelineParametersForExecutionRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListPipelineParametersForExecution request was truncated, the
response includes a NextToken. |
ListPipelineParametersForExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPipelineParametersForExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPipelineParametersForExecutionRequest.Builder |
pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelineParametersForExecutionRequest.Builder pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.ListPipelineParametersForExecutionRequest.Builder nextToken(String nextToken)
If the result of the previous ListPipelineParametersForExecution request was truncated, the
response includes a NextToken. To retrieve the next set of parameters, use the token in the next
request.
nextToken - If the result of the previous ListPipelineParametersForExecution request was truncated,
the response includes a NextToken. To retrieve the next set of parameters, use the token
in the next request.ListPipelineParametersForExecutionRequest.Builder maxResults(Integer maxResults)
The maximum number of parameters to return in the response.
maxResults - The maximum number of parameters to return in the response.ListPipelineParametersForExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPipelineParametersForExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.