Interface FirehoseLogDestination.Builder

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

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

    • deliveryStreamArn

      FirehoseLogDestination.Builder deliveryStreamArn(String deliveryStreamArn)

      The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.

      Parameters:
      deliveryStreamArn - The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.