Interface Subscription.Builder

  • Method Details

    • subscriptionArn

      Subscription.Builder subscriptionArn(String subscriptionArn)

      The subscription's ARN.

      Parameters:
      subscriptionArn - The subscription's ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owner

      The subscription's owner.

      Parameters:
      owner - The subscription's owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      Subscription.Builder protocol(String protocol)

      The subscription's protocol.

      Parameters:
      protocol - The subscription's protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpoint

      Subscription.Builder endpoint(String endpoint)

      The subscription's endpoint (format depends on the protocol).

      Parameters:
      endpoint - The subscription's endpoint (format depends on the protocol).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • topicArn

      Subscription.Builder topicArn(String topicArn)

      The ARN of the subscription's topic.

      Parameters:
      topicArn - The ARN of the subscription's topic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.