public static interface ListConfigurationSetsRequest.Builder extends SesRequest.Builder, CopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsRequest.Builder |
maxItems(Integer maxItems)
The number of configuration sets to return.
|
ListConfigurationSetsRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
ListConfigurationSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListConfigurationSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListConfigurationSetsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets to indicate the position of the
configuration set in the configuration set list.
nextToken - A token returned from a previous call to ListConfigurationSets to indicate the position
of the configuration set in the configuration set list.ListConfigurationSetsRequest.Builder maxItems(Integer maxItems)
The number of configuration sets to return.
maxItems - The number of configuration sets to return.ListConfigurationSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListConfigurationSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.