public static interface Subscriber.Builder extends SdkPojo, CopyableBuilder<Subscriber.Builder,Subscriber>
| Modifier and Type | Method and Description |
|---|---|
Subscriber.Builder |
address(String address)
The email address or SNS Amazon Resource Name (ARN).
|
Subscriber.Builder |
status(String status)
Indicates if the subscriber accepts the notifications.
|
Subscriber.Builder |
status(SubscriberStatus status)
Indicates if the subscriber accepts the notifications.
|
Subscriber.Builder |
type(String type)
The notification delivery channel.
|
Subscriber.Builder |
type(SubscriberType type)
The notification delivery channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscriber.Builder address(String address)
The email address or SNS Amazon Resource Name (ARN). This depends on the Type.
address - The email address or SNS Amazon Resource Name (ARN). This depends on the Type.Subscriber.Builder type(String type)
The notification delivery channel.
type - The notification delivery channel.SubscriberType,
SubscriberTypeSubscriber.Builder type(SubscriberType type)
The notification delivery channel.
type - The notification delivery channel.SubscriberType,
SubscriberTypeSubscriber.Builder status(String status)
Indicates if the subscriber accepts the notifications.
status - Indicates if the subscriber accepts the notifications.SubscriberStatus,
SubscriberStatusSubscriber.Builder status(SubscriberStatus status)
Indicates if the subscriber accepts the notifications.
status - Indicates if the subscriber accepts the notifications.SubscriberStatus,
SubscriberStatusCopyright © 2022. All rights reserved.