@Stability(value=Stable) public static final class CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty |
build()
Builds the configured instance.
|
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder |
deliveryStreamArn(String deliveryStreamArn)
|
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder |
iamRoleArn(String iamRoleArn)
|
@Stability(value=Stable) public CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder deliveryStreamArn(String deliveryStreamArn)
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.getDeliveryStreamArn()deliveryStreamArn - The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder iamRoleArn(String iamRoleArn)
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.getIamRoleArn()iamRoleArn - The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty build()
build in interface software.amazon.jsii.Builder<CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty>CfnConfigurationSetEventDestination.KinesisFirehoseDestinationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.