Class FirehoseAction

    • Constructor Detail

      • FirehoseAction

        public FirehoseAction()
    • Method Detail

      • setRoleArn

        public void setRoleArn​(String roleArn)

        The IAM role that grants access to the Amazon Kinesis Firehost stream.

        Parameters:
        roleArn - The IAM role that grants access to the Amazon Kinesis Firehost stream.
      • getRoleArn

        public String getRoleArn()

        The IAM role that grants access to the Amazon Kinesis Firehost stream.

        Returns:
        The IAM role that grants access to the Amazon Kinesis Firehost stream.
      • withRoleArn

        public FirehoseAction withRoleArn​(String roleArn)

        The IAM role that grants access to the Amazon Kinesis Firehost stream.

        Parameters:
        roleArn - The IAM role that grants access to the Amazon Kinesis Firehost stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeliveryStreamName

        public void setDeliveryStreamName​(String deliveryStreamName)

        The delivery stream name.

        Parameters:
        deliveryStreamName - The delivery stream name.
      • getDeliveryStreamName

        public String getDeliveryStreamName()

        The delivery stream name.

        Returns:
        The delivery stream name.
      • withDeliveryStreamName

        public FirehoseAction withDeliveryStreamName​(String deliveryStreamName)

        The delivery stream name.

        Parameters:
        deliveryStreamName - The delivery stream name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object