public static final class CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty |
build()
Builds the configured instance.
|
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder |
deliveryStreamArn(java.lang.String deliveryStreamArn)
|
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder |
iamRoleArn(java.lang.String iamRoleArn)
|
public CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder deliveryStreamArn(java.lang.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
public CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder iamRoleArn(java.lang.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
public CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty build()
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty
java.lang.NullPointerException
- if any required attribute was not provided