Interface CatalogConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CatalogConfiguration.Builder,,- CatalogConfiguration> - SdkBuilder<CatalogConfiguration.Builder,,- CatalogConfiguration> - SdkPojo
- Enclosing class:
- CatalogConfiguration
@Mutable
@NotThreadSafe
public static interface CatalogConfiguration.Builder
extends SdkPojo, CopyableBuilder<CatalogConfiguration.Builder,CatalogConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CatalogConfiguration.BuilderglueDataCatalogConfiguration(Consumer<GlueDataCatalogConfiguration.Builder> glueDataCatalogConfiguration) The configuration parameters for the default Amazon Glue database.glueDataCatalogConfiguration(GlueDataCatalogConfiguration glueDataCatalogConfiguration) The configuration parameters for the default Amazon Glue database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
glueDataCatalogConfigurationCatalogConfiguration.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 Managed Service for Apache Flink Studio notebook. - Parameters:
- 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 Managed Service for Apache Flink Studio notebook.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
glueDataCatalogConfigurationdefault 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 Managed Service for Apache Flink Studio notebook. This is a convenience method that creates an instance of theGlueDataCatalogConfiguration.Builderavoiding the need to create one manually viaGlueDataCatalogConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglueDataCatalogConfiguration(GlueDataCatalogConfiguration).- Parameters:
- glueDataCatalogConfiguration- a consumer that will call methods on- GlueDataCatalogConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-