Interface DatabaseSourceVPCConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration>,SdkBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration>,SdkPojo
- Enclosing class:
- DatabaseSourceVPCConfiguration
public static interface DatabaseSourceVPCConfiguration.Builder extends SdkPojo, CopyableBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseSourceVPCConfiguration.BuildervpcEndpointServiceName(String vpcEndpointServiceName)The VPC endpoint service name which Firehose uses to create a PrivateLink to the database.-
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 Detail
-
vpcEndpointServiceName
DatabaseSourceVPCConfiguration.Builder vpcEndpointServiceName(String vpcEndpointServiceName)
The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle
firehose.amazonaws.comas 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.
- 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.comas 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:
- Returns a reference to this object so that method calls can be chained together.
-
-