public static interface ListFlowsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<ListFlowsRequest.Builder,ListFlowsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFlowsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
ListFlowsRequest.Builder |
nextToken(String nextToken)
The pagination token for next page of data.
|
ListFlowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFlowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFlowsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
maxResults - Specifies the maximum number of items that should be returned in the result set.ListFlowsRequest.Builder nextToken(String nextToken)
The pagination token for next page of data.
nextToken - The pagination token for next page of data.ListFlowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFlowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.