Interface CatalogConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CatalogConfiguration.Builder,CatalogConfiguration>,SdkBuilder<CatalogConfiguration.Builder,CatalogConfiguration>,SdkPojo
- Enclosing class:
- CatalogConfiguration
public static interface CatalogConfiguration.Builder extends SdkPojo, CopyableBuilder<CatalogConfiguration.Builder,CatalogConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CatalogConfiguration.BuildercatalogARN(String catalogARN)Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.CatalogConfiguration.BuilderwarehouseLocation(String warehouseLocation)The warehouse location for Apache Iceberg tables.-
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 Detail
-
catalogARN
CatalogConfiguration.Builder catalogARN(String catalogARN)
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format
arn:aws:glue:region:account-id:catalog.- Parameters:
catalogARN- Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the formatarn:aws:glue:region:account-id:catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warehouseLocation
CatalogConfiguration.Builder warehouseLocation(String warehouseLocation)
The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled.
Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
warehouseLocation- The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-