CopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
, SdkBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
public static interface KinesisFirehoseDestination.Builder extends CopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
Modifier and Type | Method | Description |
---|---|---|
KinesisFirehoseDestination.Builder |
deliveryStreamARN(String deliveryStreamARN) |
The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.
|
KinesisFirehoseDestination.Builder |
iamRoleARN(String iamRoleARN) |
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
stream.
|
copy
apply, build
KinesisFirehoseDestination.Builder iamRoleARN(String iamRoleARN)
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
iamRoleARN
- The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis
Firehose stream.KinesisFirehoseDestination.Builder deliveryStreamARN(String deliveryStreamARN)
The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.
deliveryStreamARN
- The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.