Interface KinesisStreamsInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KinesisStreamsInput.Builder,KinesisStreamsInput>, SdkBuilder<KinesisStreamsInput.Builder,KinesisStreamsInput>, SdkPojo
Enclosing class:
KinesisStreamsInput

public static interface KinesisStreamsInput.Builder extends SdkPojo, CopyableBuilder<KinesisStreamsInput.Builder,KinesisStreamsInput>
  • Method Details

    • resourceARN

      KinesisStreamsInput.Builder resourceARN(String resourceARN)

      ARN of the input Amazon Kinesis stream to read.

      Parameters:
      resourceARN - ARN of the input Amazon Kinesis stream to read.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleARN

      ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

      Parameters:
      roleARN - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.