Uses of Interface
software.amazon.awssdk.services.glue.model.NullCheckBoxList.Builder
-
Packages that use NullCheckBoxList.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of NullCheckBoxList.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return NullCheckBoxList.Builder Modifier and Type Method Description static NullCheckBoxList.BuilderNullCheckBoxList. builder()NullCheckBoxList.BuilderNullCheckBoxList.Builder. isEmpty(Boolean isEmpty)Specifies that an empty string is considered as a null value.NullCheckBoxList.BuilderNullCheckBoxList.Builder. isNegOne(Boolean isNegOne)Specifies that an integer value of -1 is considered as a null value.NullCheckBoxList.BuilderNullCheckBoxList.Builder. isNullString(Boolean isNullString)Specifies that a value spelling out the word 'null' is considered as a null value.NullCheckBoxList.BuilderNullCheckBoxList. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type NullCheckBoxList.Builder Modifier and Type Method Description static Class<? extends NullCheckBoxList.Builder>NullCheckBoxList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type NullCheckBoxList.Builder Modifier and Type Method Description default DropNullFields.BuilderDropNullFields.Builder. nullCheckBoxList(Consumer<NullCheckBoxList.Builder> nullCheckBoxList)A structure that represents whether certain values are recognized as null values for removal.
-