Class EventTargetFirehose

java.lang.Object
com.ngrok.definitions.EventTargetFirehose

public class EventTargetFirehose extends Object
A class encapsulating the EventTargetFirehose resource.
  • Method Details

    • newBuilder

      public static EventTargetFirehose.Builder newBuilder()
      Creates a new builder for the EventTargetFirehose type.
      Returns:
      a new EventTargetFirehose.Builder
    • getAuth

      public AwsAuth getAuth()
      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.
      Returns:
      the value of the property as a AwsAuth
    • getDeliveryStreamArn

      public String getDeliveryStreamArn()
      An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.
      Returns:
      the value of the property as a String
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object