Interface ListPipelineParametersForExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListPipelineParametersForExecutionRequest.Builder,ListPipelineParametersForExecutionRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListPipelineParametersForExecutionRequest.Builder,ListPipelineParametersForExecutionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListPipelineParametersForExecutionRequest
public static interface ListPipelineParametersForExecutionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineParametersForExecutionRequest.Builder,ListPipelineParametersForExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 previousListPipelineParametersForExecution
request was truncated, the response includes aNextToken
.ListPipelineParametersForExecutionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListPipelineParametersForExecutionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListPipelineParametersForExecutionRequest.Builder
pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
pipelineExecutionArn
ListPipelineParametersForExecutionRequest.Builder pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
- Parameters:
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPipelineParametersForExecutionRequest.Builder nextToken(String nextToken)
If the result of the previous
ListPipelineParametersForExecution
request was truncated, the response includes aNextToken
. To retrieve the next set of parameters, use the token in the next request.- Parameters:
nextToken
- If the result of the previousListPipelineParametersForExecution
request was truncated, the response includes aNextToken
. To retrieve the next set of parameters, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListPipelineParametersForExecutionRequest.Builder maxResults(Integer maxResults)
The maximum number of parameters to return in the response.
- Parameters:
maxResults
- The maximum number of parameters to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPipelineParametersForExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListPipelineParametersForExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-