| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<NullValueField> |
DropNullFields.nullTextList()
A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or
other value being used as a null placeholder unique to the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
DropNullFields.Builder |
DropNullFields.Builder.nullTextList(NullValueField... nullTextList)
A structure that specifies a list of NullValueField structures that represent a custom null value such as
zero or other value being used as a null placeholder unique to the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
DropNullFields.Builder |
DropNullFields.Builder.nullTextList(Collection<NullValueField> nullTextList)
A structure that specifies a list of NullValueField structures that represent a custom null value such as
zero or other value being used as a null placeholder unique to the dataset.
|
Copyright © 2023. All rights reserved.