@Stability(value=Stable) public static final class CfnEventStreamProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEventStreamProps>
CfnEventStreamProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventStreamProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnEventStreamProps.getApplicationId() |
CfnEventStreamProps |
build()
Builds the configured instance.
|
CfnEventStreamProps.Builder |
destinationStreamArn(String destinationStreamArn)
Sets the value of
CfnEventStreamProps.getDestinationStreamArn() |
CfnEventStreamProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnEventStreamProps.getRoleArn() |
@Stability(value=Stable) public CfnEventStreamProps.Builder applicationId(String applicationId)
CfnEventStreamProps.getApplicationId()applicationId - The unique identifier for the Amazon Pinpoint application that you want to export data from. This parameter is required.this@Stability(value=Stable) public CfnEventStreamProps.Builder destinationStreamArn(String destinationStreamArn)
CfnEventStreamProps.getDestinationStreamArn()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. This parameter is required.
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
this@Stability(value=Stable) public CfnEventStreamProps.Builder roleArn(String roleArn)
CfnEventStreamProps.getRoleArn()roleArn - The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account. This parameter is required.this@Stability(value=Stable) public CfnEventStreamProps build()
build in interface software.amazon.jsii.Builder<CfnEventStreamProps>CfnEventStreamPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.