public static interface SearchFlowExecutionsResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchFlowExecutionsResponse.Builder,SearchFlowExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchFlowExecutionsResponse.Builder |
nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchFlowExecutionsResponse.Builder |
summaries(Collection<FlowExecutionSummary> summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
summaries(Consumer<FlowExecutionSummary.Builder>... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
SearchFlowExecutionsResponse.Builder |
summaries(FlowExecutionSummary... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchFlowExecutionsResponse.Builder summaries(Collection<FlowExecutionSummary> summaries)
An array of objects that contain summary information about each workflow execution in the result set.
summaries - An array of objects that contain summary information about each workflow execution in the result set.SearchFlowExecutionsResponse.Builder summaries(FlowExecutionSummary... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
summaries - An array of objects that contain summary information about each workflow execution in the result set.SearchFlowExecutionsResponse.Builder summaries(Consumer<FlowExecutionSummary.Builder>... summaries)
An array of objects that contain summary information about each workflow execution in the result set.
This is a convenience method that creates an instance of theFlowExecutionSummary.Builder avoiding the need
to create one manually via
FlowExecutionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
FlowExecutionSummary.Builder#summaries(java.util.Collection) SearchFlowExecutionsResponse.Builder nextToken(String nextToken)
The string to specify as nextToken when you request the next page of results.
nextToken - The string to specify as nextToken when you request the next page of results.Copyright © 2023. All rights reserved.