public static interface ListTemplatesRequest.Builder extends SesRequest.Builder, 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)
The token to use for pagination.
|
ListTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListTemplatesRequest.Builder nextToken(String nextToken)
The token to use for pagination.
nextToken
- The token to use for pagination.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTemplatesRequest.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.