Package com.ngrok.definitions
Class EventTargetKinesis.Builder
java.lang.Object
com.ngrok.definitions.EventTargetKinesis.Builder
- Enclosing class:
- EventTargetKinesis
Builder class for
EventTargetKinesis.-
Method Summary
Modifier and TypeMethodDescriptionConfiguration for how to authenticate into your AWS account.Configuration for how to authenticate into your AWS account.build()Constructs theEventTargetKinesisinstance.An Amazon Resource Name specifying the Kinesis stream to deposit events into.An Amazon Resource Name specifying the Kinesis stream to deposit events into.
-
Method Details
-
auth
Configuration for how to authenticate into your AWS account. Exactly one ofroleorcredsshould be configured.- Parameters:
auth- the value of theauthparameter as aAwsAuth- Returns:
- this builder instance
-
auth
Configuration for how to authenticate into your AWS account. Exactly one ofroleorcredsshould be configured. -
streamArn
An Amazon Resource Name specifying the Kinesis stream to deposit events into.- Parameters:
streamArn- the value of thestream_arnparameter as aString- Returns:
- this builder instance
-
streamArn
An Amazon Resource Name specifying the Kinesis stream to deposit events into. -
build
Constructs theEventTargetKinesisinstance.- Returns:
- a new
EventTargetKinesis
-