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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListConfigurationSetsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListConfigurationSetsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.