Uses of Interface
software.amazon.awssdk.services.firehose.model.CatalogConfiguration.Builder
-
Packages that use CatalogConfiguration.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of CatalogConfiguration.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return CatalogConfiguration.Builder Modifier and Type Method Description static CatalogConfiguration.BuilderCatalogConfiguration. builder()CatalogConfiguration.BuilderCatalogConfiguration.Builder. catalogARN(String catalogARN)Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.CatalogConfiguration.BuilderCatalogConfiguration. toBuilder()CatalogConfiguration.BuilderCatalogConfiguration.Builder. warehouseLocation(String warehouseLocation)The warehouse location for Apache Iceberg tables.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type CatalogConfiguration.Builder Modifier and Type Method Description static Class<? extends CatalogConfiguration.Builder>CatalogConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type CatalogConfiguration.Builder Modifier and Type Method Description default IcebergDestinationConfiguration.BuilderIcebergDestinationConfiguration.Builder. catalogConfiguration(Consumer<CatalogConfiguration.Builder> catalogConfiguration)Configuration describing where the destination Apache Iceberg Tables are persisted.default IcebergDestinationDescription.BuilderIcebergDestinationDescription.Builder. catalogConfiguration(Consumer<CatalogConfiguration.Builder> catalogConfiguration)Configuration describing where the destination Iceberg tables are persisted.default IcebergDestinationUpdate.BuilderIcebergDestinationUpdate.Builder. catalogConfiguration(Consumer<CatalogConfiguration.Builder> catalogConfiguration)Configuration describing where the destination Iceberg tables are persisted.
-