Uses of Interface
software.amazon.awssdk.services.firehose.model.DatabaseTableList.Builder
-
Packages that use DatabaseTableList.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DatabaseTableList.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DatabaseTableList.Builder Modifier and Type Method Description static DatabaseTableList.BuilderDatabaseTableList. builder()DatabaseTableList.BuilderDatabaseTableList.Builder. exclude(String... exclude)The list of table patterns in source database endpoint to be excluded for Firehose to read from.DatabaseTableList.BuilderDatabaseTableList.Builder. exclude(Collection<String> exclude)The list of table patterns in source database endpoint to be excluded for Firehose to read from.DatabaseTableList.BuilderDatabaseTableList.Builder. include(String... include)The list of table patterns in source database endpoint to be included for Firehose to read from.DatabaseTableList.BuilderDatabaseTableList.Builder. include(Collection<String> include)The list of table patterns in source database endpoint to be included for Firehose to read from.DatabaseTableList.BuilderDatabaseTableList. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DatabaseTableList.Builder Modifier and Type Method Description static Class<? extends DatabaseTableList.Builder>DatabaseTableList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DatabaseTableList.Builder Modifier and Type Method Description default DatabaseSourceConfiguration.BuilderDatabaseSourceConfiguration.Builder. tables(Consumer<DatabaseTableList.Builder> tables)The list of table patterns in source database endpoint for Firehose to read from.default DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. tables(Consumer<DatabaseTableList.Builder> tables)The list of table patterns in source database endpoint for Firehose to read from.
-