Class CfnPipePropsMixin.FirehoseLogDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.FirehoseLogDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.FirehoseLogDestinationProperty>
- Enclosing interface:
CfnPipePropsMixin.FirehoseLogDestinationProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.FirehoseLogDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.FirehoseLogDestinationProperty>
A builder for
CfnPipePropsMixin.FirehoseLogDestinationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deliveryStreamArn(String deliveryStreamArn) Sets the value ofCfnPipePropsMixin.FirehoseLogDestinationProperty.getDeliveryStreamArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deliveryStreamArn
@Stability(Stable) public CfnPipePropsMixin.FirehoseLogDestinationProperty.Builder deliveryStreamArn(String deliveryStreamArn) Sets the value ofCfnPipePropsMixin.FirehoseLogDestinationProperty.getDeliveryStreamArn()- Parameters:
deliveryStreamArn- The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.FirehoseLogDestinationProperty>- Returns:
- a new instance of
CfnPipePropsMixin.FirehoseLogDestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-