| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
NullValueField |
NullValueField.clone() |
NullValueField |
NullValueField.withDatatype(Datatype datatype)
The datatype of the value.
|
NullValueField |
NullValueField.withValue(String value)
The value of the null placeholder.
|
| Modifier and Type | Method and Description |
|---|---|
List<NullValueField> |
DropNullFields.getNullTextList()
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 |
DropNullFields.withNullTextList(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 |
|---|---|
void |
DropNullFields.setNullTextList(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.
|
DropNullFields |
DropNullFields.withNullTextList(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 © 2022. All rights reserved.