public static interface UpdatePushTemplateRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdatePushTemplateRequest.Builder,UpdatePushTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePushTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePushTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdatePushTemplateRequest.Builder |
pushNotificationTemplateRequest(Consumer<PushNotificationTemplateRequest.Builder> pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
UpdatePushTemplateRequest.Builder |
pushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
UpdatePushTemplateRequest.Builder |
templateName(String templateName)
The name of the message template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePushTemplateRequest.Builder pushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification channel.
pushNotificationTemplateRequest - Updates an existing message template that you can use in messages that are sent through a push
notification channel.default UpdatePushTemplateRequest.Builder pushNotificationTemplateRequest(Consumer<PushNotificationTemplateRequest.Builder> pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification channel.
This is a convenience that creates an instance of thePushNotificationTemplateRequest.Builder
avoiding the need to create one manually via PushNotificationTemplateRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
pushNotificationTemplateRequest(PushNotificationTemplateRequest).pushNotificationTemplateRequest - a consumer that will call methods on PushNotificationTemplateRequest.BuilderpushNotificationTemplateRequest(PushNotificationTemplateRequest)UpdatePushTemplateRequest.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.UpdatePushTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePushTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.