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