Interface FirehoseLogDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FirehoseLogDestination.Builder,
,FirehoseLogDestination> SdkBuilder<FirehoseLogDestination.Builder,
,FirehoseLogDestination> SdkPojo
- Enclosing class:
FirehoseLogDestination
@Mutable
@NotThreadSafe
public static interface FirehoseLogDestination.Builder
extends SdkPojo, CopyableBuilder<FirehoseLogDestination.Builder,FirehoseLogDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondeliveryStreamArn
(String deliveryStreamArn) The Amazon Resource Name (ARN) of the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-