| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DropNullFields.Builder |
DropNullFields.builder() |
DropNullFields.Builder |
DropNullFields.Builder.inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
DropNullFields.Builder |
DropNullFields.Builder.inputs(String... inputs)
The data inputs identified by their node names.
|
DropNullFields.Builder |
DropNullFields.Builder.name(String name)
The name of the transform node.
|
default DropNullFields.Builder |
DropNullFields.Builder.nullCheckBoxList(Consumer<NullCheckBoxList.Builder> nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
DropNullFields.Builder |
DropNullFields.Builder.nullCheckBoxList(NullCheckBoxList nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
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.
|
DropNullFields.Builder |
DropNullFields.Builder.nullTextList(Consumer<NullValueField.Builder>... 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.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.
|
DropNullFields.Builder |
DropNullFields.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DropNullFields.Builder> |
DropNullFields.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.dropNullFields(Consumer<DropNullFields.Builder> dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
Copyright © 2023. All rights reserved.