Interface KinesisStreamsOutput.Builder

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

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

    • resourceARN

      KinesisStreamsOutput.Builder resourceARN(String resourceARN)

      ARN of the destination Amazon Kinesis stream to write to.

      Parameters:
      resourceARN - ARN of the destination Amazon Kinesis stream to write to.
      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 write to the destination 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 write to the destination 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.