Interface WriteEventStream.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WriteEventStream.Builder,WriteEventStream>,SdkBuilder<WriteEventStream.Builder,WriteEventStream>,SdkPojo
- Enclosing class:
- WriteEventStream
public static interface WriteEventStream.Builder extends SdkPojo, CopyableBuilder<WriteEventStream.Builder,WriteEventStream>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WriteEventStream.BuilderdestinationStreamArn(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.BuilderroleArn(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
destinationStreamArn
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:
region :account -id :stream/stream_name For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose:
region :account-id :deliverystream/stream_name - Parameters:
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:
region :account-id :stream/stream_name For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose:
region :account-id :deliverystream/stream_name - Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
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.
- Parameters:
roleArn- The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-