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 method that creates an instance of theFlowExecutionMessage.Builder avoiding the need
to create one manually via
FlowExecutionMessage.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #messages(List.
messages - a consumer that will call methods on
FlowExecutionMessage.Builder#messages(java.util.Collection) 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 © 2023. All rights reserved.