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