static ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.builder() |
|
ListFlowDefinitionsRequest.Builder |
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 |
ListFlowDefinitionsRequest.Builder.creationTimeBefore(Instant creationTimeBefore) |
A filter that returns only flow definitions that were created before the specified timestamp.
|
ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.Builder.maxResults(Integer maxResults) |
The total number of items to return.
|
ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.Builder.nextToken(String nextToken) |
A token to resume pagination.
|
ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.Builder.sortOrder(String sortOrder) |
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
|
ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.Builder.sortOrder(SortOrder sortOrder) |
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
|
ListFlowDefinitionsRequest.Builder |
ListFlowDefinitionsRequest.toBuilder() |
|