public static interface ListFlowExecutionMessagesResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<ListFlowExecutionMessagesResponse.Builder,ListFlowExecutionMessagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFlowExecutionMessagesResponse.Builder |
messages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
messages(Consumer<FlowExecutionMessage.Builder>... messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
messages(FlowExecutionMessage... messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResponse.Builder |
nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFlowExecutionMessagesResponse.Builder messages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
messages - A list of objects that contain information about events in the specified flow execution.ListFlowExecutionMessagesResponse.Builder messages(FlowExecutionMessage... messages)
A list of objects that contain information about events in the specified flow execution.
messages - A list of objects that contain information about events in the specified flow execution.ListFlowExecutionMessagesResponse.Builder messages(Consumer<FlowExecutionMessage.Builder>... messages)
A list of objects that contain information about events in the specified flow execution.
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 #messages(List) .messages - a consumer that will call methods on List.Builder #messages(List) ListFlowExecutionMessagesResponse.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 © 2021. All rights reserved.