Interface CatalogConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CatalogConfigurationUpdate.Builder,CatalogConfigurationUpdate>,SdkBuilder<CatalogConfigurationUpdate.Builder,CatalogConfigurationUpdate>,SdkPojo
- Enclosing class:
- CatalogConfigurationUpdate
public static interface CatalogConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<CatalogConfigurationUpdate.Builder,CatalogConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CatalogConfigurationUpdate.BuilderglueDataCatalogConfigurationUpdate(Consumer<GlueDataCatalogConfigurationUpdate.Builder> glueDataCatalogConfigurationUpdate)Updates to the configuration parameters for the default Amazon Glue database.CatalogConfigurationUpdate.BuilderglueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate glueDataCatalogConfigurationUpdate)Updates to the configuration parameters for the default Amazon Glue database.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
glueDataCatalogConfigurationUpdate
CatalogConfigurationUpdate.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 Managed Service for Apache Flink Studio notebook.
- Parameters:
glueDataCatalogConfigurationUpdate- Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueDataCatalogConfigurationUpdate
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 Managed Service for Apache Flink Studio notebook.
This is a convenience method that creates an instance of theGlueDataCatalogConfigurationUpdate.Builderavoiding the need to create one manually viaGlueDataCatalogConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate).- Parameters:
glueDataCatalogConfigurationUpdate- a consumer that will call methods onGlueDataCatalogConfigurationUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
glueDataCatalogConfigurationUpdate(GlueDataCatalogConfigurationUpdate)
-
-