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

    • subscriptionType

      Subscriber.Builder subscriptionType(String subscriptionType)

      The type of notification that Amazon Web Services sends to a subscriber.

      Parameters:
      subscriptionType - The type of notification that Amazon Web Services sends to a subscriber.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subscriptionType

      Subscriber.Builder subscriptionType(SubscriptionType subscriptionType)

      The type of notification that Amazon Web Services sends to a subscriber.

      Parameters:
      subscriptionType - The type of notification that Amazon Web Services sends to a subscriber.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • address

      Subscriber.Builder address(String address)

      The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.

      When you create a subscriber, the value of Address can't contain line breaks.

      Parameters:
      address - The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.

      When you create a subscriber, the value of Address can't contain line breaks.

      Returns:
      Returns a reference to this object so that method calls can be chained together.