Interface ListCustomVerificationEmailTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCustomVerificationEmailTemplatesRequest.Builder,ListCustomVerificationEmailTemplatesRequest>
,SdkBuilder<ListCustomVerificationEmailTemplatesRequest.Builder,ListCustomVerificationEmailTemplatesRequest>
,SdkPojo
,SdkRequest.Builder
,SesRequest.Builder
- Enclosing class:
- ListCustomVerificationEmailTemplatesRequest
public static interface ListCustomVerificationEmailTemplatesRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<ListCustomVerificationEmailTemplatesRequest.Builder,ListCustomVerificationEmailTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListCustomVerificationEmailTemplatesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListCustomVerificationEmailTemplatesRequest.Builder nextToken(String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
- Parameters:
nextToken
- An array the contains the name and creation time stamp for each template in your Amazon SES account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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 returns up to 50 results.
- Parameters:
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 returns up to 50 results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCustomVerificationEmailTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListCustomVerificationEmailTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-