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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirehoseLogDestination.BuilderdeliveryStreamArn(String deliveryStreamArn)The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deliveryStreamArn
FirehoseLogDestination.Builder deliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
- Parameters:
deliveryStreamArn- The Amazon Resource Name (ARN) of the Kinesis Data 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.
-
-