Interface Subscriber.Builder

    • Method Detail

      • 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, SubscriptionType
      • 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:
        SubscriptionType, SubscriptionType
      • 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.