public static interface ListExecutionsRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<ListExecutionsRequest.Builder,ListExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListExecutionsRequest.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExecutionsRequest.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine whose executions is listed.
|
ListExecutionsRequest.Builder |
statusFilter(ExecutionStatus statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
|
ListExecutionsRequest.Builder |
statusFilter(String statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExecutionsRequest.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine whose executions is listed.
stateMachineArn - The Amazon Resource Name (ARN) of the state machine whose executions is listed.ListExecutionsRequest.Builder statusFilter(String statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
statusFilter - If specified, only list the executions whose current execution status matches the given filter.ExecutionStatus,
ExecutionStatusListExecutionsRequest.Builder statusFilter(ExecutionStatus statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
statusFilter - If specified, only list the executions whose current execution status matches the given filter.ExecutionStatus,
ExecutionStatusListExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use nextToken to obtain
further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the
default.
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.
maxResults - The maximum number of results that are returned per call. You can use nextToken to obtain
further pages of results. The default is 100 and the maximum allowed page size is 1000. A value of 0
uses the default.
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.
ListExecutionsRequest.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
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 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken 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 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.ListExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.