Class EventTargetKinesis

java.lang.Object
com.ngrok.definitions.EventTargetKinesis

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

    • newBuilder

      public static EventTargetKinesis.Builder newBuilder()
      Creates a new builder for the EventTargetKinesis type.
      Returns:
      a new EventTargetKinesis.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
    • getStreamArn

      public String getStreamArn()
      An Amazon Resource Name specifying the Kinesis 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