Uses of Interface
software.amazon.awssdk.services.glue.model.Datatype.Builder
-
Packages that use Datatype.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Datatype.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Datatype.Builder Modifier and Type Method Description static Datatype.BuilderDatatype. builder()Datatype.BuilderDatatype.Builder. id(String id)The datatype of the value.Datatype.BuilderDatatype.Builder. label(String label)A label assigned to the datatype.Datatype.BuilderDatatype. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Datatype.Builder Modifier and Type Method Description static Class<? extends Datatype.Builder>Datatype. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Datatype.Builder Modifier and Type Method Description default NullValueField.BuilderNullValueField.Builder. datatype(Consumer<Datatype.Builder> datatype)The datatype of the value.
-