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.BuilderdataLakeAccessProperties(Consumer<DataLakeAccessProperties.Builder> dataLakeAccessProperties) ADataLakeAccessPropertiesobject that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.dataLakeAccessProperties(DataLakeAccessProperties dataLakeAccessProperties) ADataLakeAccessPropertiesobject that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.default CatalogProperties.BuildericebergOptimizationProperties(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataLakeAccessProperties
CatalogProperties.Builder dataLakeAccessProperties(DataLakeAccessProperties dataLakeAccessProperties) A
DataLakeAccessPropertiesobject that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.- Parameters:
dataLakeAccessProperties- ADataLakeAccessPropertiesobject 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 theDataLakeAccessPropertiesobject that specifies properties to configure data lake access for your catalog resource in the Glue Data Catalog.DataLakeAccessProperties.Builderavoiding the need to create one manually viaDataLakeAccessProperties.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaIcebergOptimizationProperties.builder().When the
Consumercompletes,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.
-