public static interface DropNullFields.Builder extends SdkPojo, CopyableBuilder<DropNullFields.Builder,DropNullFields>
| Modifier and Type | Method and Description |
|---|---|
DropNullFields.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
DropNullFields.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
DropNullFields.Builder |
name(String name)
The name of the transform node.
|
default DropNullFields.Builder |
nullCheckBoxList(Consumer<NullCheckBoxList.Builder> nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
DropNullFields.Builder |
nullCheckBoxList(NullCheckBoxList nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDropNullFields.Builder name(String name)
The name of the transform node.
name - The name of the transform node.DropNullFields.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.DropNullFields.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.DropNullFields.Builder nullCheckBoxList(NullCheckBoxList nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
nullCheckBoxList - A structure that represents whether certain values are recognized as null values for removal.default DropNullFields.Builder nullCheckBoxList(Consumer<NullCheckBoxList.Builder> nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
This is a convenience method that creates an instance of theNullCheckBoxList.Builder avoiding the
need to create one manually via NullCheckBoxList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to nullCheckBoxList(NullCheckBoxList).
nullCheckBoxList - a consumer that will call methods on NullCheckBoxList.BuildernullCheckBoxList(NullCheckBoxList)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.
The DropNullFields transform removes custom null values only if both the value of the null
placeholder and the datatype match the data.
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.
The DropNullFields transform removes custom null values only if both the value of the
null placeholder and the datatype match the data.
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.
The DropNullFields transform removes custom null values only if both the value of the null
placeholder and the datatype match the data.
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.
The DropNullFields transform removes custom null values only if both the value of the
null placeholder and the datatype match the data.
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.
The DropNullFields transform removes custom null values only if both the value of the null
placeholder and the datatype match the data.
NullValueField.Builder avoiding the need to create one
manually via NullValueField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #nullTextList(List.
nullTextList - a consumer that will call methods on
NullValueField.Builder#nullTextList(java.util.Collection) Copyright © 2023. All rights reserved.