Interface Subscription.Builder

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

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

    • subscriptionId

      Subscription.Builder subscriptionId(String subscriptionId)

      The ID of the subscription.

      Parameters:
      subscriptionId - The ID of the subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endPoint

      Subscription.Builder endPoint(String endPoint)

      The endpoint of the subscription.

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

      Subscription.Builder protocol(String protocol)

      The protocol of the subscription.

      Parameters:
      protocol - The protocol of the subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The protocol of the subscription.

      Parameters:
      protocol - The protocol of the subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: