Class CfnPipe.FirehoseLogDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pipes.CfnPipe.FirehoseLogDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipe.FirehoseLogDestinationProperty>
- Enclosing interface:
CfnPipe.FirehoseLogDestinationProperty
@Stability(Stable)
public static final class CfnPipe.FirehoseLogDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipe.FirehoseLogDestinationProperty>
A builder for
CfnPipe.FirehoseLogDestinationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deliveryStreamArn(String deliveryStreamArn) Sets the value ofCfnPipe.FirehoseLogDestinationProperty.getDeliveryStreamArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deliveryStreamArn
@Stability(Stable) public CfnPipe.FirehoseLogDestinationProperty.Builder deliveryStreamArn(String deliveryStreamArn) Sets the value ofCfnPipe.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<CfnPipe.FirehoseLogDestinationProperty>- Returns:
- a new instance of
CfnPipe.FirehoseLogDestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-