public static interface ListTemplateVersionsRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<ListTemplateVersionsRequest.Builder,ListTemplateVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTemplateVersionsRequest.Builder |
nextToken(String nextToken)
The string that specifies which page of results to return in a paginated response.
|
ListTemplateVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTemplateVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTemplateVersionsRequest.Builder |
pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
ListTemplateVersionsRequest.Builder |
templateName(String templateName)
The name of the message template.
|
ListTemplateVersionsRequest.Builder |
templateType(String templateType)
The type of channel that the message template is designed for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTemplateVersionsRequest.Builder nextToken(String nextToken)
The string that specifies which page of results to return in a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
nextToken - The string that specifies which page of results to return in a paginated response. This parameter is
currently not supported for application, campaign, and journey metrics.ListTemplateVersionsRequest.Builder pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
pageSize - The maximum number of items to include in each page of a paginated response. This parameter is
currently not supported for application, campaign, and journey metrics.ListTemplateVersionsRequest.Builder templateName(String templateName)
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
templateName - The name of the message template. A template name must start with an alphanumeric character and can
contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_),
or hyphens (-). Template names are case sensitive.ListTemplateVersionsRequest.Builder templateType(String templateType)
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
templateType - The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and
VOICE.ListTemplateVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTemplateVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.