Interface ListFlowExecutionMessagesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFlowExecutionMessagesRequest.Builder,ListFlowExecutionMessagesRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<ListFlowExecutionMessagesRequest.Builder,ListFlowExecutionMessagesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFlowExecutionMessagesRequest
public static interface ListFlowExecutionMessagesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<ListFlowExecutionMessagesRequest.Builder,ListFlowExecutionMessagesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFlowExecutionMessagesRequest.BuilderflowExecutionId(String flowExecutionId)The ID of the flow execution.ListFlowExecutionMessagesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListFlowExecutionMessagesRequest.BuildernextToken(String nextToken)The string that specifies the next page of results.ListFlowExecutionMessagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowExecutionMessagesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
flowExecutionId
ListFlowExecutionMessagesRequest.Builder flowExecutionId(String flowExecutionId)
The ID of the flow execution.
- Parameters:
flowExecutionId- The ID of the flow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFlowExecutionMessagesRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
- Parameters:
nextToken- The string that specifies the next page of results. Use this when you're paginating results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListFlowExecutionMessagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFlowExecutionMessagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFlowExecutionMessagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-