Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.CatalogConfigurationUpdate.Builder
-
Packages that use CatalogConfigurationUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of CatalogConfigurationUpdate.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return CatalogConfigurationUpdate.Builder Modifier and Type Method Description static CatalogConfigurationUpdate.BuilderCatalogConfigurationUpdate. builder()default CatalogConfigurationUpdate.BuilderCatalogConfigurationUpdate.Builder. glueDataCatalogConfigurationUpdate(Consumer<GlueDataCatalogConfigurationUpdate.Builder> glueDataCatalogConfigurationUpdate)Updates to the configuration parameters for the default Amazon Glue database.CatalogConfigurationUpdate.BuilderCatalogConfigurationUpdate.Builder. glueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)Updates to the configuration parameters for the default Amazon Glue database.CatalogConfigurationUpdate.BuilderCatalogConfigurationUpdate. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type CatalogConfigurationUpdate.Builder Modifier and Type Method Description static Class<? extends CatalogConfigurationUpdate.Builder>CatalogConfigurationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type CatalogConfigurationUpdate.Builder Modifier and Type Method Description default ZeppelinApplicationConfigurationUpdate.BuilderZeppelinApplicationConfigurationUpdate.Builder. catalogConfigurationUpdate(Consumer<CatalogConfigurationUpdate.Builder> catalogConfigurationUpdate)Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.
-