public static interface CatalogConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<CatalogConfigurationUpdate.Builder,CatalogConfigurationUpdate>
| Modifier and Type | Method and Description |
|---|---|
default CatalogConfigurationUpdate.Builder |
glueDataCatalogConfigurationUpdate(Consumer<GlueDataCatalogConfigurationUpdate.Builder> glueDataCatalogConfigurationUpdate)
Updates to the configuration parameters for the default Amazon Glue database.
|
CatalogConfigurationUpdate.Builder |
glueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)
Updates to the configuration parameters for the default Amazon Glue database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCatalogConfigurationUpdate.Builder glueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)
Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
glueDataCatalogConfigurationUpdate - Updates to the configuration parameters for the default Amazon Glue database. You use this database
for SQL queries that you write in a Kinesis Data Analytics Studio notebook.default CatalogConfigurationUpdate.Builder glueDataCatalogConfigurationUpdate(Consumer<GlueDataCatalogConfigurationUpdate.Builder> glueDataCatalogConfigurationUpdate)
Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
This is a convenience method that creates an instance of theGlueDataCatalogConfigurationUpdate.Builder avoiding the need to create one manually via
GlueDataCatalogConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
glueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate).
glueDataCatalogConfigurationUpdate - a consumer that will call methods on GlueDataCatalogConfigurationUpdate.BuilderglueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate)Copyright © 2022. All rights reserved.