Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.GlueDataCatalogConfigurationUpdate.Builder
-
Packages that use GlueDataCatalogConfigurationUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of GlueDataCatalogConfigurationUpdate.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return GlueDataCatalogConfigurationUpdate.Builder Modifier and Type Method Description static GlueDataCatalogConfigurationUpdate.BuilderGlueDataCatalogConfigurationUpdate. builder()GlueDataCatalogConfigurationUpdate.BuilderGlueDataCatalogConfigurationUpdate.Builder. databaseARNUpdate(String databaseARNUpdate)The updated Amazon Resource Name (ARN) of the database.GlueDataCatalogConfigurationUpdate.BuilderGlueDataCatalogConfigurationUpdate. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type GlueDataCatalogConfigurationUpdate.Builder Modifier and Type Method Description static Class<? extends GlueDataCatalogConfigurationUpdate.Builder>GlueDataCatalogConfigurationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type GlueDataCatalogConfigurationUpdate.Builder Modifier and Type Method Description default CatalogConfigurationUpdate.BuilderCatalogConfigurationUpdate.Builder. glueDataCatalogConfigurationUpdate(Consumer<GlueDataCatalogConfigurationUpdate.Builder> glueDataCatalogConfigurationUpdate)Updates to the configuration parameters for the default Amazon Glue database.
-