Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TransformConfigParameter |
TransformConfigParameter.clone() |
TransformConfigParameter |
TransformConfigParameter.withIsOptional(Boolean isOptional)
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withListType(ParamType listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withListType(String listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withName(String name)
Specifies the name of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withType(ParamType type)
Specifies the parameter type in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withType(String type)
Specifies the parameter type in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withValidationMessage(String validationMessage)
Specifies the validation message in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withValidationRule(String validationRule)
Specifies the validation rule in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withValue(Collection<String> value)
Specifies the value of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter |
TransformConfigParameter.withValue(String... value)
Specifies the value of the parameter in the config file of the dynamic transform.
|
Modifier and Type | Method and Description |
---|---|
List<TransformConfigParameter> |
DynamicTransform.getParameters()
Specifies the parameters of the dynamic transform.
|
Modifier and Type | Method and Description |
---|---|
DynamicTransform |
DynamicTransform.withParameters(TransformConfigParameter... parameters)
Specifies the parameters of the dynamic transform.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicTransform.setParameters(Collection<TransformConfigParameter> parameters)
Specifies the parameters of the dynamic transform.
|
DynamicTransform |
DynamicTransform.withParameters(Collection<TransformConfigParameter> parameters)
Specifies the parameters of the dynamic transform.
|
Copyright © 2023. All rights reserved.