public static interface ListFlowsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<ListFlowsResponse.Builder,ListFlowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFlowsResponse.Builder |
flows(Collection<FlowDefinition> flows)
The list of flows associated with your account.
|
ListFlowsResponse.Builder |
flows(Consumer<FlowDefinition.Builder>... flows)
The list of flows associated with your account.
|
ListFlowsResponse.Builder |
flows(FlowDefinition... flows)
The list of flows associated with your account.
|
ListFlowsResponse.Builder |
nextToken(String nextToken)
The pagination token for next page of data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFlowsResponse.Builder flows(Collection<FlowDefinition> flows)
The list of flows associated with your account.
flows - The list of flows associated with your account.ListFlowsResponse.Builder flows(FlowDefinition... flows)
The list of flows associated with your account.
flows - The list of flows associated with your account.ListFlowsResponse.Builder flows(Consumer<FlowDefinition.Builder>... flows)
The list of flows associated with your account.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #flows(List) .flows - a consumer that will call methods on List.Builder #flows(List) ListFlowsResponse.Builder nextToken(String nextToken)
The pagination token for next page of data.
nextToken - The pagination token for next page of data.Copyright © 2021. All rights reserved.