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 Amazon Pinpoint sends email
events to.
|
KinesisFirehoseDestination.Builder |
iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the
Amazon Kinesis Data Firehose stream.
|
copy
applyMutation, build
KinesisFirehoseDestination.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.
iamRoleArn
- The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending 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 Amazon Pinpoint sends email events to.
deliveryStreamArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends
email events to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.