Interface KinesisFirehoseInputDescription.Builder

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

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

    • resourceARN

      The Amazon Resource Name (ARN) of the delivery stream.

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

      The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream.

      Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.

      Parameters:
      roleARN - The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream.

      Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.

      Returns:
      Returns a reference to this object so that method calls can be chained together.