public static interface WriteEventStream.Builder extends SdkPojo, CopyableBuilder<WriteEventStream.Builder,WriteEventStream>
Modifier and Type | Method and Description |
---|---|
WriteEventStream.Builder |
destinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery
stream that you want to publish event data to.
|
WriteEventStream.Builder |
roleArn(String roleArn)
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to
the stream in your AWS account.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
WriteEventStream.Builder destinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream that you want to publish event data to.
For a Kinesis data stream, the ARN format is:
arn:aws:kinesis:
For a Kinesis Data Firehose delivery stream, the ARN format is:
arn:aws:firehose:
destinationStreamArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose
delivery stream that you want to publish event data to.
For a Kinesis data stream, the ARN format is:
arn:aws:kinesis:
For a Kinesis Data Firehose delivery stream, the ARN format is:
arn:aws:firehose:
WriteEventStream.Builder roleArn(String roleArn)
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
roleArn
- The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event
data to the stream in your AWS account.Copyright © 2021. All rights reserved.