Class CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.kinesisfirehose.mixins.CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcEndpointServiceName(String vpcEndpointServiceName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcEndpointServiceName
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty.Builder vpcEndpointServiceName(String vpcEndpointServiceName) Sets the value ofCfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty.getVpcEndpointServiceName()- Parameters:
vpcEndpointServiceName- The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principlefirehose.amazonaws.com.rproxy.govskope.caas an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks likecom.amazonaws.vpce.<region>.<vpc-endpoint-service-id>.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
this
-
build
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.DatabaseSourceVPCConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-