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 theEventTargetFirehoseinstance.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 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. -
deliveryStreamArn
An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.- Parameters:
deliveryStreamArn- the value of thedelivery_stream_arnparameter as aString- Returns:
- this builder instance
-
deliveryStreamArn
An Amazon Resource Name specifying the Firehose delivery stream to deposit events into. -
build
Constructs theEventTargetFirehoseinstance.- Returns:
- a new
EventTargetFirehose
-