Uses of Interface
software.amazon.awssdk.services.glue.model.EntityConfiguration.Builder
-
Packages that use EntityConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of EntityConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return EntityConfiguration.Builder Modifier and Type Method Description static EntityConfiguration.BuilderEntityConfiguration. builder()EntityConfiguration.BuilderEntityConfiguration.Builder. schema(Map<String,FieldDefinition> schema)The schema definition for this entity, including field names, types, and other metadata that describes the structure of the data.default EntityConfiguration.BuilderEntityConfiguration.Builder. sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration)The source configuration that defines how to make requests to access this entity's data through the REST API.EntityConfiguration.BuilderEntityConfiguration.Builder. sourceConfiguration(SourceConfiguration sourceConfiguration)The source configuration that defines how to make requests to access this entity's data through the REST API.EntityConfiguration.BuilderEntityConfiguration. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type EntityConfiguration.Builder Modifier and Type Method Description static Class<? extends EntityConfiguration.Builder>EntityConfiguration. serializableBuilderClass()
-