public static interface ListFlowDefinitionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>
Modifier and Type | Method and Description |
---|---|
ListFlowDefinitionsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only flow definitions with a creation time greater than or equal to the specified
timestamp.
|
ListFlowDefinitionsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only flow definitions that were created before the specified timestamp.
|
ListFlowDefinitionsRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return.
|
ListFlowDefinitionsRequest.Builder |
nextToken(String nextToken)
A token to resume pagination.
|
ListFlowDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFlowDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFlowDefinitionsRequest.Builder |
sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListFlowDefinitionsRequest.Builder |
sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFlowDefinitionsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
creationTimeAfter
- A filter that returns only flow definitions with a creation time greater than or equal to the
specified timestamp.ListFlowDefinitionsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only flow definitions that were created before the specified timestamp.
creationTimeBefore
- A filter that returns only flow definitions that were created before the specified timestamp.ListFlowDefinitionsRequest.Builder sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
ListFlowDefinitionsRequest.Builder sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in Ascending
or
Descending
order.
ListFlowDefinitionsRequest.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken
- A token to resume pagination.ListFlowDefinitionsRequest.Builder maxResults(Integer maxResults)
The total number of items to return. If the total number of available items is more than the value specified
in MaxResults
, then a NextToken
will be provided in the output that you can use to
resume pagination.
maxResults
- The total number of items to return. If the total number of available items is more than the value
specified in MaxResults
, then a NextToken
will be provided in the output
that you can use to resume pagination.ListFlowDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListFlowDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.