@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SplitFields extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a transform that splits data property keys into two DynamicFrames
. The output is a collection
of DynamicFrames
: one with selected data property keys, and one with the remaining data property keys.
Constructor and Description |
---|
SplitFields() |
Modifier and Type | Method and Description |
---|---|
SplitFields |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInputs()
The data inputs identified by their node names.
|
String |
getName()
The name of the transform node.
|
List<List<String>> |
getPaths()
A JSON path to a variable in the data structure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
void |
setName(String name)
The name of the transform node.
|
void |
setPaths(Collection<List<String>> paths)
A JSON path to a variable in the data structure.
|
String |
toString()
Returns a string representation of this object.
|
SplitFields |
withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
SplitFields |
withInputs(String... inputs)
The data inputs identified by their node names.
|
SplitFields |
withName(String name)
The name of the transform node.
|
SplitFields |
withPaths(Collection<List<String>> paths)
A JSON path to a variable in the data structure.
|
SplitFields |
withPaths(List<String>... paths)
A JSON path to a variable in the data structure.
|
public void setName(String name)
The name of the transform node.
name
- The name of the transform node.public String getName()
The name of the transform node.
public SplitFields withName(String name)
The name of the transform node.
name
- The name of the transform node.public List<String> getInputs()
The data inputs identified by their node names.
public void setInputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs
- The data inputs identified by their node names.public SplitFields withInputs(String... inputs)
The data inputs identified by their node names.
NOTE: This method appends the values to the existing list (if any). Use
setInputs(java.util.Collection)
or withInputs(java.util.Collection)
if you want to override the
existing values.
inputs
- The data inputs identified by their node names.public SplitFields withInputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs
- The data inputs identified by their node names.public List<List<String>> getPaths()
A JSON path to a variable in the data structure.
public void setPaths(Collection<List<String>> paths)
A JSON path to a variable in the data structure.
paths
- A JSON path to a variable in the data structure.public SplitFields withPaths(List<String>... paths)
A JSON path to a variable in the data structure.
NOTE: This method appends the values to the existing list (if any). Use
setPaths(java.util.Collection)
or withPaths(java.util.Collection)
if you want to override the
existing values.
paths
- A JSON path to a variable in the data structure.public SplitFields withPaths(Collection<List<String>> paths)
A JSON path to a variable in the data structure.
paths
- A JSON path to a variable in the data structure.public String toString()
toString
in class Object
Object.toString()
public SplitFields clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.