public static interface ListActionsRequest.Builder extends FisRequest.Builder, SdkPojo, CopyableBuilder<ListActionsRequest.Builder,ListActionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListActionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListActionsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListActionsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.