public static interface ListStateMachinesRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<ListStateMachinesRequest.Builder,ListStateMachinesRequest>
Modifier and Type | Method and Description |
---|---|
ListStateMachinesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListStateMachinesRequest.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListStateMachinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListStateMachinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListStateMachinesRequest.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.
ListStateMachinesRequest.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 60 seconds. 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 60 seconds. Using an expired pagination token will return an HTTP 400
InvalidToken error.ListStateMachinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListStateMachinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.