public static interface ListTemplatesRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesRequest.Builder |
maxItems(Integer maxItems)
The maximum number of templates to return.
|
ListTemplatesRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListTemplates to indicate the position in the list of
email templates. |
ListTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplatesRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListTemplates to indicate the position in the list of
email templates.
nextToken - A token returned from a previous call to ListTemplates to indicate the position in the
list of email templates.ListTemplatesRequest.Builder maxItems(Integer maxItems)
The maximum number of templates to return. This value must be at least 1 and less than or equal to 10. If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation will return up to 10 results.
maxItems - The maximum number of templates to return. This value must be at least 1 and less than or equal to 10.
If you do not specify a value, or if you specify a value less than 1 or greater than 10, the operation
will return up to 10 results.ListTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.