| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static KinesisFirehoseDestination.Builder |
KinesisFirehoseDestination.builder() |
KinesisFirehoseDestination.Builder |
KinesisFirehoseDestination.Builder.deliveryStreamARN(String deliveryStreamARN)
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
|
KinesisFirehoseDestination.Builder |
KinesisFirehoseDestination.Builder.iamRoleARN(String iamRoleARN)
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
stream.
|
KinesisFirehoseDestination.Builder |
KinesisFirehoseDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KinesisFirehoseDestination.Builder> |
KinesisFirehoseDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDestination.Builder |
EventDestination.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis
Firehose event destination.
|
Copyright © 2023. All rights reserved.