Uses of Interface
software.amazon.awssdk.services.ses.model.KinesisFirehoseDestination.Builder
Packages that use KinesisFirehoseDestination.Builder
-
Uses of KinesisFirehoseDestination.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return KinesisFirehoseDestination.BuilderModifier and TypeMethodDescriptionKinesisFirehoseDestination.builder()KinesisFirehoseDestination.Builder.deliveryStreamARN(String deliveryStreamARN) The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.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.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type KinesisFirehoseDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KinesisFirehoseDestination.Builder>KinesisFirehoseDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type KinesisFirehoseDestination.BuilderModifier and TypeMethodDescriptiondefault EventDestination.BuilderEventDestination.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.