Package com.ngrok.definitions
Class EventTargetFirehose.Builder
java.lang.Object
com.ngrok.definitions.EventTargetFirehose.Builder
- Enclosing class:
- EventTargetFirehose
Builder class for
EventTargetFirehose
.-
Method Summary
Modifier and TypeMethodDescriptionConfiguration for how to authenticate into your AWS account.Configuration for how to authenticate into your AWS account.build()
Constructs theEventTargetFirehose
instance.deliveryStreamArn
(String deliveryStreamArn) An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.deliveryStreamArn
(Optional<String> deliveryStreamArn) An Amazon Resource Name specifying the Firehose delivery 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. -
deliveryStreamArn
An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.- Parameters:
deliveryStreamArn
- the value of thedelivery_stream_arn
parameter as aString
- Returns:
- this builder instance
-
deliveryStreamArn
An Amazon Resource Name specifying the Firehose delivery stream to deposit events into. -
build
Constructs theEventTargetFirehose
instance.- Returns:
- a new
EventTargetFirehose
-