CopyableBuilder<WriteEventStream.Builder,WriteEventStream>
, SdkBuilder<WriteEventStream.Builder,WriteEventStream>
public static interface WriteEventStream.Builder extends CopyableBuilder<WriteEventStream.Builder,WriteEventStream>
Modifier and Type | Method | Description |
---|---|---|
WriteEventStream.Builder |
destinationStreamArn(String destinationStreamArn) |
The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to
publish events.
|
WriteEventStream.Builder |
externalId(String externalId) |
The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.
|
WriteEventStream.Builder |
roleArn(String roleArn) |
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
|
copy
apply, build
WriteEventStream.Builder destinationStreamArn(String destinationStreamArn)
destinationStreamArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you
want to publish events. Firehose ARN: arn:aws:firehose:REGION:ACCOUNT_ID:deliverystream/STREAM_NAME
Kinesis ARN: arn:aws:kinesis:REGION:ACCOUNT_ID:stream/STREAM_NAMEWriteEventStream.Builder externalId(String externalId)
externalId
- The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.WriteEventStream.Builder roleArn(String roleArn)
roleArn
- The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.