Interface KinesisAction.Builder

    • Method Detail

      • roleArn

        KinesisAction.Builder roleArn​(String roleArn)

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

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

        KinesisAction.Builder streamName​(String streamName)

        The name of the Amazon Kinesis stream.

        Parameters:
        streamName - The name of the Amazon Kinesis stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitionKey

        KinesisAction.Builder partitionKey​(String partitionKey)

        The partition key.

        Parameters:
        partitionKey - The partition key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.