public static interface ListFlowExecutionMessagesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<ListFlowExecutionMessagesRequest.Builder,ListFlowExecutionMessagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFlowExecutionMessagesRequest.Builder |
flowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
ListFlowExecutionMessagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFlowExecutionMessagesRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
ListFlowExecutionMessagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFlowExecutionMessagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFlowExecutionMessagesRequest.Builder flowExecutionId(String flowExecutionId)
The ID of the flow execution.
flowExecutionId - The ID of the flow execution.ListFlowExecutionMessagesRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken - The string that specifies the next page of results. Use this when you're paginating results.ListFlowExecutionMessagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListFlowExecutionMessagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFlowExecutionMessagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.