Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CustomCode |
CustomCode.clone() |
CustomCode |
CodeGenConfigurationNode.getCustomCode()
Specifies a transform that uses custom code you provide to perform the data transformation.
|
CustomCode |
CustomCode.withClassName(String className)
The name defined for the custom code node class.
|
CustomCode |
CustomCode.withCode(String code)
The custom code that is used to perform the data transformation.
|
CustomCode |
CustomCode.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
CustomCode |
CustomCode.withInputs(String... inputs)
The data inputs identified by their node names.
|
CustomCode |
CustomCode.withName(String name)
The name of the transform node.
|
CustomCode |
CustomCode.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom code transform.
|
CustomCode |
CustomCode.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom code transform.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setCustomCode(CustomCode customCode)
Specifies a transform that uses custom code you provide to perform the data transformation.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withCustomCode(CustomCode customCode)
Specifies a transform that uses custom code you provide to perform the data transformation.
|
Copyright © 2022. All rights reserved.