public static interface ListConfigurationSetsRequest.Builder extends SesRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListConfigurationSetsRequest.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.