| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static NullCheckBoxList.Builder |
NullCheckBoxList.builder() |
NullCheckBoxList.Builder |
NullCheckBoxList.Builder.isEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
|
NullCheckBoxList.Builder |
NullCheckBoxList.Builder.isNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
|
NullCheckBoxList.Builder |
NullCheckBoxList.Builder.isNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
|
NullCheckBoxList.Builder |
NullCheckBoxList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NullCheckBoxList.Builder> |
NullCheckBoxList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DropNullFields.Builder |
DropNullFields.Builder.nullCheckBoxList(Consumer<NullCheckBoxList.Builder> nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
Copyright © 2023. All rights reserved.