public static interface ListFlowsResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<ListFlowsResponse.Builder,ListFlowsResponse>
Modifier and Type | Method and Description |
---|---|
ListFlowsResponse.Builder |
flows(Collection<ListedFlow> flows)
A list of flow summaries.
|
ListFlowsResponse.Builder |
flows(Consumer<ListedFlow.Builder>... flows)
A list of flow summaries.
|
ListFlowsResponse.Builder |
flows(ListedFlow... flows)
A list of flow summaries.
|
ListFlowsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results that you want to see.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListFlowsResponse.Builder flows(Collection<ListedFlow> flows)
flows
- A list of flow summaries.ListFlowsResponse.Builder flows(ListedFlow... flows)
flows
- A list of flow summaries.ListFlowsResponse.Builder flows(Consumer<ListedFlow.Builder>... flows)
.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)
nextToken
- The token that identifies which batch of results that you want to see. For example, you submit a
ListFlows request with MaxResults set at 5. The service returns the first batch of results (up to 5)
and a NextToken value. To see the next batch of results, you can submit the ListFlows request a second
time and specify the NextToken value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.