Interface KinesisFirehoseDestination.Builder

    • Method Detail

      • iamRoleArn

        KinesisFirehoseDestination.Builder iamRoleArn​(String iamRoleArn)

        The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.

        Parameters:
        iamRoleArn - The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deliveryStreamArn

        KinesisFirehoseDestination.Builder deliveryStreamArn​(String deliveryStreamArn)

        The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.

        Parameters:
        deliveryStreamArn - The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.