Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder
Packages that use RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder
-
Uses of RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RedshiftQueryEngineAwsDataCatalogStorageConfiguration.BuilderModifier and TypeMethodDescriptionRedshiftQueryEngineAwsDataCatalogStorageConfiguration.builder()RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder.tableNames(String... tableNames) A list of names of the tables to use.RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder.tableNames(Collection<String> tableNames) A list of names of the tables to use.RedshiftQueryEngineAwsDataCatalogStorageConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RedshiftQueryEngineAwsDataCatalogStorageConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder>RedshiftQueryEngineAwsDataCatalogStorageConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type RedshiftQueryEngineAwsDataCatalogStorageConfiguration.BuilderModifier and TypeMethodDescriptionRedshiftQueryEngineStorageConfiguration.Builder.awsDataCatalogConfiguration(Consumer<RedshiftQueryEngineAwsDataCatalogStorageConfiguration.Builder> awsDataCatalogConfiguration) Specifies configurations for storage in Glue Data Catalog.