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 method that creates an instance of theFlowDefinition.Builder avoiding the need to create one
manually via FlowDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #flows(List.
flows - a consumer that will call methods on
FlowDefinition.Builder#flows(java.util.Collection) ListFlowsResponse.Builder nextToken(String nextToken)
The pagination token for next page of data.
nextToken - The pagination token for next page of data.Copyright © 2023. All rights reserved.