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) |
ListConfigurationSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListConfigurationSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.