Interface KinesisFirehoseDestination.Builder

    • Method Detail

      • iamRoleARN

        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.

        Parameters:
        iamRoleARN - The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deliveryStreamARN

        KinesisFirehoseDestination.Builder deliveryStreamARN​(String deliveryStreamARN)

        The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

        Parameters:
        deliveryStreamARN - The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.