public static interface ListCustomVerificationEmailTemplatesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListCustomVerificationEmailTemplatesRequest.Builder,ListCustomVerificationEmailTemplatesRequest>
Modifier and Type | Method and Description |
---|---|
ListCustomVerificationEmailTemplatesRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListCustomVerificationEmailTemplates to indicate the
position in the list of custom verification email templates. |
ListCustomVerificationEmailTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomVerificationEmailTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCustomVerificationEmailTemplatesRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
ListCustomVerificationEmailTemplates . |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCustomVerificationEmailTemplatesRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate the
position in the list of custom verification email templates.
nextToken
- A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate
the position in the list of custom verification email templates.ListCustomVerificationEmailTemplatesRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to ListCustomVerificationEmailTemplates
. If the
number of results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 50.
pageSize
- The number of results to show in a single call to ListCustomVerificationEmailTemplates
.
If the number of results is larger than the number you specified in this parameter, then the response
includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 50.
ListCustomVerificationEmailTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListCustomVerificationEmailTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.