public static interface ListTemplatesResponse.Builder extends SesResponse.Builder, CopyableBuilder<ListTemplatesResponse.Builder,ListTemplatesResponse>
Modifier and Type | Method and Description |
---|---|
ListTemplatesResponse.Builder |
nextToken(String nextToken)
The token to use for pagination.
|
ListTemplatesResponse.Builder |
templatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
|
ListTemplatesResponse.Builder |
templatesMetadata(Consumer<TemplateMetadata.Builder>... templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
|
ListTemplatesResponse.Builder |
templatesMetadata(TemplateMetadata... templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListTemplatesResponse.Builder templatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
templatesMetadata
- An array the contains the name of creation time stamp for each template in your Amazon SES account.ListTemplatesResponse.Builder templatesMetadata(TemplateMetadata... templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
templatesMetadata
- An array the contains the name of creation time stamp for each template in your Amazon SES account.ListTemplatesResponse.Builder templatesMetadata(Consumer<TemplateMetadata.Builder>... templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #templatesMetadata(List)
.templatesMetadata
- a consumer that will call methods on List.Builder
#templatesMetadata(List)
ListTemplatesResponse.Builder nextToken(String nextToken)
The token to use for pagination.
nextToken
- The token to use for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.