Class CatalogConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.CatalogConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CatalogConfiguration.Builder,CatalogConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class CatalogConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CatalogConfiguration.Builder,CatalogConfiguration>
Describes the containers where the destination Apache Iceberg Tables are persisted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCatalogConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CatalogConfiguration.Builderbuilder()StringcatalogARN()Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CatalogConfiguration.Builder>serializableBuilderClass()CatalogConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwarehouseLocation()The warehouse location for Apache Iceberg tables.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
catalogARN
public final 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.- Returns:
- 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.
-
warehouseLocation
public final 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.
- Returns:
- 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.
-
toBuilder
public CatalogConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CatalogConfiguration.Builder,CatalogConfiguration>
-
builder
public static CatalogConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends CatalogConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-