Package com.ngrok.definitions
Class EventTarget
java.lang.Object
com.ngrok.definitions.EventTarget
A class encapsulating the
EventTarget
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Configuration used to send events to Amazon CloudWatch Logs.Configuration used to send events to Amazon Kinesis Data Firehose.Configuration used to send events to Amazon Kinesis.int
hashCode()
static EventTarget.Builder
Creates a new builder for theEventTarget
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEventTarget
type.- Returns:
- a new
EventTarget.Builder
-
getFirehose
Configuration used to send events to Amazon Kinesis Data Firehose.- Returns:
- the value of the property as a
EventTargetFirehose
wrapped in anOptional
-
getKinesis
Configuration used to send events to Amazon Kinesis.- Returns:
- the value of the property as a
EventTargetKinesis
wrapped in anOptional
-
getCloudwatchLogs
Configuration used to send events to Amazon CloudWatch Logs.- Returns:
- the value of the property as a
EventTargetCloudwatchLogs
wrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-