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

    • event

      The name of the subscription.

      Parameters:
      event - The name of the subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Subscription.Builder description(String description)

      The description of the subscription.

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