public static interface KinesisFirehoseDestination.Builder extends SdkPojo, CopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseDestination.Builder |
deliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends
email events to.
|
KinesisFirehoseDestination.Builder |
iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the
Amazon Kinesis Data Firehose stream.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
KinesisFirehoseDestination.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.
iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to
the Amazon Kinesis Data Firehose stream.KinesisFirehoseDestination.Builder deliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.
deliveryStreamArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2
sends email events to.Copyright © 2020. All rights reserved.