Interface ListPipelineExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListPipelineExecutionsRequest.Builder,
,ListPipelineExecutionsRequest> SageMakerRequest.Builder
,SdkBuilder<ListPipelineExecutionsRequest.Builder,
,ListPipelineExecutionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListPipelineExecutionsRequest
@Mutable
@NotThreadSafe
public static interface ListPipelineExecutionsRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter
(Instant createdAfter) A filter that returns the pipeline executions that were created after a specified time.createdBefore
(Instant createdBefore) A filter that returns the pipeline executions that were created before a specified time.maxResults
(Integer maxResults) The maximum number of pipeline executions to return in the response.If the result of the previousListPipelineExecutions
request was truncated, the response includes aNextToken
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pipelineName
(String pipelineName) The name or Amazon Resource Name (ARN) of the pipeline.The field by which to sort results.sortBy
(SortPipelineExecutionsBy sortBy) The field by which to sort results.The sort order for results.The sort order for results.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, sdkFieldNameToField, sdkFields
-
Method Details
-
pipelineName
The name or Amazon Resource Name (ARN) of the pipeline.
- Parameters:
pipelineName
- The name or Amazon Resource Name (ARN) of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAfter
A filter that returns the pipeline executions that were created after a specified time.
- Parameters:
createdAfter
- A filter that returns the pipeline executions that were created after a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
A filter that returns the pipeline executions that were created before a specified time.
- Parameters:
createdBefore
- A filter that returns the pipeline executions that were created before a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
The field by which to sort results. The default is
CreatedTime
.- Parameters:
sortBy
- The field by which to sort results. The default isCreatedTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field by which to sort results. The default is
CreatedTime
.- Parameters:
sortBy
- The field by which to sort results. The default isCreatedTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results.
- Parameters:
sortOrder
- The sort order for results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results.
- Parameters:
sortOrder
- The sort order for results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the result of the previous
ListPipelineExecutions
request was truncated, the response includes aNextToken
. To retrieve the next set of pipeline executions, use the token in the next request.- Parameters:
nextToken
- If the result of the previousListPipelineExecutions
request was truncated, the response includes aNextToken
. To retrieve the next set of pipeline executions, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of pipeline executions to return in the response.
- Parameters:
maxResults
- The maximum number of pipeline executions to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPipelineExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListPipelineExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-