Interface Subscriber.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Subscriber.Builder,Subscriber>, SdkBuilder<Subscriber.Builder,Subscriber>, SdkPojo
Enclosing class:
Subscriber

public static interface Subscriber.Builder extends SdkPojo, CopyableBuilder<Subscriber.Builder,Subscriber>
  • Method Details

    • address

      Subscriber.Builder address(String address)

      The email address or SNS Amazon Resource Name (ARN). This depends on the Type.

      Parameters:
      address - The email address or SNS Amazon Resource Name (ARN). This depends on the Type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The notification delivery channel.

      Parameters:
      type - The notification delivery channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The notification delivery channel.

      Parameters:
      type - The notification delivery channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Subscriber.Builder status(String status)

      Indicates if the subscriber accepts the notifications.

      Parameters:
      status - Indicates if the subscriber accepts the notifications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates if the subscriber accepts the notifications.

      Parameters:
      status - Indicates if the subscriber accepts the notifications.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: