Interface RecordSchema.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecordSchema.Builder,,RecordSchema> SdkBuilder<RecordSchema.Builder,,RecordSchema> SdkPojo
- Enclosing class:
RecordSchema
@Mutable
@NotThreadSafe
public static interface RecordSchema.Builder
extends SdkPojo, CopyableBuilder<RecordSchema.Builder,RecordSchema>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the AWS Glue Schema Registry schema (not registry) used to validate records for the destination Apache Iceberg table.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
-
gsrArn
The Amazon Resource Name (ARN) of the AWS Glue Schema Registry schema (not registry) used to validate records for the destination Apache Iceberg table.
- Parameters:
gsrArn- The Amazon Resource Name (ARN) of the AWS Glue Schema Registry schema (not registry) used to validate records for the destination Apache Iceberg table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-