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 theEventTargetKinesis
instance.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 ofrole
orcreds
should be configured.- Parameters:
auth
- the value of theauth
parameter as aAwsAuth
- Returns:
- this builder instance
-
auth
Configuration for how to authenticate into your AWS account. Exactly one ofrole
orcreds
should be configured. -
streamArn
An Amazon Resource Name specifying the Kinesis stream to deposit events into.- Parameters:
streamArn
- the value of thestream_arn
parameter as aString
- Returns:
- this builder instance
-
streamArn
An Amazon Resource Name specifying the Kinesis stream to deposit events into. -
build
Constructs theEventTargetKinesis
instance.- Returns:
- a new
EventTargetKinesis
-