Package com.ngrok.definitions
Class EventTarget
java.lang.Object
com.ngrok.definitions.EventTarget
A class encapsulating the
EventTarget resource.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanConfiguration 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.inthashCode()static EventTarget.BuilderCreates a new builder for theEventTargettype.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEventTargettype.- Returns:
- a new
EventTarget.Builder
-
getFirehose
Configuration used to send events to Amazon Kinesis Data Firehose.- Returns:
- the value of the property as a
EventTargetFirehosewrapped in anOptional
-
getKinesis
Configuration used to send events to Amazon Kinesis.- Returns:
- the value of the property as a
EventTargetKinesiswrapped in anOptional
-
getCloudwatchLogs
Configuration used to send events to Amazon CloudWatch Logs.- Returns:
- the value of the property as a
EventTargetCloudwatchLogswrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-