public static interface SearchFlowExecutionsRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<SearchFlowExecutionsRequest.Builder,SearchFlowExecutionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchFlowExecutionsRequest.Builder systemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
systemInstanceId - The ID of the system instance that contains the flow.SearchFlowExecutionsRequest.Builder flowExecutionId(String flowExecutionId)
The ID of a flow execution.
flowExecutionId - The ID of a flow execution.SearchFlowExecutionsRequest.Builder startTime(Instant startTime)
The date and time of the earliest flow execution to return.
startTime - The date and time of the earliest flow execution to return.SearchFlowExecutionsRequest.Builder endTime(Instant endTime)
The date and time of the latest flow execution to return.
endTime - The date and time of the latest flow execution to return.SearchFlowExecutionsRequest.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.SearchFlowExecutionsRequest.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.SearchFlowExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchFlowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.