public static interface ListCustomVerificationEmailTemplatesRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<ListCustomVerificationEmailTemplatesRequest.Builder,ListCustomVerificationEmailTemplatesRequest>
Modifier and Type | Method and Description |
---|---|
ListCustomVerificationEmailTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of custom verification email templates to return.
|
ListCustomVerificationEmailTemplatesRequest.Builder |
nextToken(String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
ListCustomVerificationEmailTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListCustomVerificationEmailTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListCustomVerificationEmailTemplatesRequest.Builder nextToken(String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
nextToken
- An array the contains the name and creation time stamp for each template in your Amazon SES account.ListCustomVerificationEmailTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.
maxResults
- The maximum number of custom verification email templates to return. This value must be at least 1 and
less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or
greater than 50, the operation will return up to 50 results.ListCustomVerificationEmailTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListCustomVerificationEmailTemplatesRequest.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.