Uses of Interface
software.amazon.awssdk.services.firehose.model.DatabaseSourceVPCConfiguration.Builder
-
Packages that use DatabaseSourceVPCConfiguration.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DatabaseSourceVPCConfiguration.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DatabaseSourceVPCConfiguration.Builder Modifier and Type Method Description static DatabaseSourceVPCConfiguration.BuilderDatabaseSourceVPCConfiguration. builder()DatabaseSourceVPCConfiguration.BuilderDatabaseSourceVPCConfiguration. toBuilder()DatabaseSourceVPCConfiguration.BuilderDatabaseSourceVPCConfiguration.Builder. vpcEndpointServiceName(String vpcEndpointServiceName)The VPC endpoint service name which Firehose uses to create a PrivateLink to the database.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DatabaseSourceVPCConfiguration.Builder Modifier and Type Method Description static Class<? extends DatabaseSourceVPCConfiguration.Builder>DatabaseSourceVPCConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DatabaseSourceVPCConfiguration.Builder Modifier and Type Method Description default DatabaseSourceConfiguration.BuilderDatabaseSourceConfiguration.Builder. databaseSourceVPCConfiguration(Consumer<DatabaseSourceVPCConfiguration.Builder> databaseSourceVPCConfiguration)The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.default DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. databaseSourceVPCConfiguration(Consumer<DatabaseSourceVPCConfiguration.Builder> databaseSourceVPCConfiguration)The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
-