public static interface GetWorkflowExecutionHistoryRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowExecutionHistoryRequest.Builder,GetWorkflowExecutionHistoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowExecutionHistoryRequest.Builder domain(String domain)
The name of the domain containing the workflow execution.
domain - The name of the domain containing the workflow execution.GetWorkflowExecutionHistoryRequest.Builder execution(WorkflowExecution execution)
Specifies the workflow execution for which to return the history.
execution - Specifies the workflow execution for which to return the history.default GetWorkflowExecutionHistoryRequest.Builder execution(Consumer<WorkflowExecution.Builder> execution)
Specifies the workflow execution for which to return the history.
This is a convenience that creates an instance of theWorkflowExecution.Builder avoiding the need to
create one manually via WorkflowExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to execution(WorkflowExecution).execution - a consumer that will call methods on WorkflowExecution.Builderexecution(WorkflowExecution)GetWorkflowExecutionHistoryRequest.Builder nextPageToken(String nextPageToken)
If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60
seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single call.
nextPageToken - If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 60 seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single
call.
GetWorkflowExecutionHistoryRequest.Builder maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call. Use nextPageToken to obtain further
pages of results.
maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain
further pages of results.GetWorkflowExecutionHistoryRequest.Builder reverseOrder(Boolean reverseOrder)
When set to true, returns the events in reverse order. By default the results are returned in
ascending order of the eventTimeStamp of the events.
reverseOrder - When set to true, returns the events in reverse order. By default the results are
returned in ascending order of the eventTimeStamp of the events.GetWorkflowExecutionHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkflowExecutionHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.