Interface DatabaseSourceVPCConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DatabaseSourceVPCConfiguration.Builder,,- DatabaseSourceVPCConfiguration> - SdkBuilder<DatabaseSourceVPCConfiguration.Builder,,- DatabaseSourceVPCConfiguration> - SdkPojo
- Enclosing class:
- DatabaseSourceVPCConfiguration
@Mutable
@NotThreadSafe
public static interface DatabaseSourceVPCConfiguration.Builder
extends SdkPojo, CopyableBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionvpcEndpointServiceName(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
vpcEndpointServiceNameThe 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.com.rproxy.goskope.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 principle- firehose.amazonaws.com.rproxy.goskope.comas an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like- com.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.
 
 
-