Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DynamicTransform |
DynamicTransform.clone() |
DynamicTransform |
CodeGenConfigurationNode.getDynamicTransform()
Specifies a custom visual transform created by a user.
|
DynamicTransform |
DynamicTransform.withFunctionName(String functionName)
Specifies the name of the function of the dynamic transform.
|
DynamicTransform |
DynamicTransform.withInputs(Collection<String> inputs)
Specifies the inputs for the dynamic transform that are required.
|
DynamicTransform |
DynamicTransform.withInputs(String... inputs)
Specifies the inputs for the dynamic transform that are required.
|
DynamicTransform |
DynamicTransform.withName(String name)
Specifies the name of the dynamic transform.
|
DynamicTransform |
DynamicTransform.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the dynamic transform.
|
DynamicTransform |
DynamicTransform.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the dynamic transform.
|
DynamicTransform |
DynamicTransform.withParameters(Collection<TransformConfigParameter> parameters)
Specifies the parameters of the dynamic transform.
|
DynamicTransform |
DynamicTransform.withParameters(TransformConfigParameter... parameters)
Specifies the parameters of the dynamic transform.
|
DynamicTransform |
DynamicTransform.withPath(String path)
Specifies the path of the dynamic transform source and config files.
|
DynamicTransform |
DynamicTransform.withTransformName(String transformName)
Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.
|
DynamicTransform |
DynamicTransform.withVersion(String version)
This field is not used and will be deprecated in future release.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setDynamicTransform(DynamicTransform dynamicTransform)
Specifies a custom visual transform created by a user.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDynamicTransform(DynamicTransform dynamicTransform)
Specifies a custom visual transform created by a user.
|
Copyright © 2023. All rights reserved.