Uses of Interface
software.amazon.awssdk.services.glue.model.Entity.Builder
-
Packages that use Entity.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Entity.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Entity.Builder Modifier and Type Method Description static Entity.BuilderEntity. builder()Entity.BuilderEntity.Builder. category(String category)The type of entities that are present in the response.Entity.BuilderEntity.Builder. customProperties(Map<String,String> customProperties)An optional map of keys which may be returned for an entity by a connector.Entity.BuilderEntity.Builder. description(String description)A description of the entity.Entity.BuilderEntity.Builder. entityName(String entityName)The name of the entity.Entity.BuilderEntity.Builder. isParentEntity(Boolean isParentEntity)A Boolean value which helps to determine whether there are sub objects that can be listed.Entity.BuilderEntity.Builder. label(String label)Label used for the entity.Entity.BuilderEntity. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Entity.Builder Modifier and Type Method Description static Class<? extends Entity.Builder>Entity. serializableBuilderClass()
-