Interface KinesisFirehoseDestination.Builder

    • Method Detail

      • iamRoleArn

        KinesisFirehoseDestination.Builder iamRoleArn​(String iamRoleArn)

        The ARN of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon Firehose destination.

        Parameters:
        iamRoleArn - The ARN of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon Firehose destination.
        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 delivery stream.

        Parameters:
        deliveryStreamArn - The Amazon Resource Name (ARN) of the delivery stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.