Interface CatalogProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CatalogProperties.Builder,
,CatalogProperties> SdkBuilder<CatalogProperties.Builder,
,CatalogProperties> SdkPojo
- Enclosing class:
CatalogProperties
-
Method Summary
Modifier and TypeMethodDescriptioncustomProperties
(Map<String, String> customProperties) Additional key-value properties for the catalog, such as column statistics optimizations.default CatalogProperties.Builder
dataLakeAccessProperties
(Consumer<DataLakeAccessProperties.Builder> dataLakeAccessProperties) ADataLakeAccessProperties
object that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.dataLakeAccessProperties
(DataLakeAccessProperties dataLakeAccessProperties) ADataLakeAccessProperties
object that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.default CatalogProperties.Builder
icebergOptimizationProperties
(Consumer<IcebergOptimizationProperties.Builder> icebergOptimizationProperties) A structure that specifies Iceberg table optimization properties for the catalog.icebergOptimizationProperties
(IcebergOptimizationProperties icebergOptimizationProperties) A structure that specifies Iceberg table optimization properties for the catalog.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, sdkFieldNameToField, sdkFields
-
Method Details
-
dataLakeAccessProperties
CatalogProperties.Builder dataLakeAccessProperties(DataLakeAccessProperties dataLakeAccessProperties) A
DataLakeAccessProperties
object that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.- Parameters:
dataLakeAccessProperties
- ADataLakeAccessProperties
object that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataLakeAccessProperties
default CatalogProperties.Builder dataLakeAccessProperties(Consumer<DataLakeAccessProperties.Builder> dataLakeAccessProperties) A
This is a convenience method that creates an instance of theDataLakeAccessProperties
object that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.DataLakeAccessProperties.Builder
avoiding the need to create one manually viaDataLakeAccessProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataLakeAccessProperties(DataLakeAccessProperties)
.- Parameters:
dataLakeAccessProperties
- a consumer that will call methods onDataLakeAccessProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
icebergOptimizationProperties
CatalogProperties.Builder icebergOptimizationProperties(IcebergOptimizationProperties icebergOptimizationProperties) A structure that specifies Iceberg table optimization properties for the catalog. This includes configuration for compaction, retention, and orphan file deletion operations that can be applied to Iceberg tables in this catalog.
- Parameters:
icebergOptimizationProperties
- A structure that specifies Iceberg table optimization properties for the catalog. This includes configuration for compaction, retention, and orphan file deletion operations that can be applied to Iceberg tables in this catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icebergOptimizationProperties
default CatalogProperties.Builder icebergOptimizationProperties(Consumer<IcebergOptimizationProperties.Builder> icebergOptimizationProperties) A structure that specifies Iceberg table optimization properties for the catalog. This includes configuration for compaction, retention, and orphan file deletion operations that can be applied to Iceberg tables in this catalog.
This is a convenience method that creates an instance of theIcebergOptimizationProperties.Builder
avoiding the need to create one manually viaIcebergOptimizationProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toicebergOptimizationProperties(IcebergOptimizationProperties)
.- Parameters:
icebergOptimizationProperties
- a consumer that will call methods onIcebergOptimizationProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customProperties
Additional key-value properties for the catalog, such as column statistics optimizations.
- Parameters:
customProperties
- Additional key-value properties for the catalog, such as column statistics optimizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-