public static interface TransformConfigParameter.Builder extends SdkPojo, CopyableBuilder<TransformConfigParameter.Builder,TransformConfigParameter>
| Modifier and Type | Method and Description |
|---|---|
TransformConfigParameter.Builder |
isOptional(Boolean isOptional)
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
listType(ParamType listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
listType(String listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
name(String name)
Specifies the name of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
type(ParamType type)
Specifies the parameter type in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
type(String type)
Specifies the parameter type in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
validationMessage(String validationMessage)
Specifies the validation message in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
validationRule(String validationRule)
Specifies the validation rule in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
value(Collection<String> value)
Specifies the value of the parameter in the config file of the dynamic transform.
|
TransformConfigParameter.Builder |
value(String... value)
Specifies the value of the parameter in the config file of the dynamic transform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransformConfigParameter.Builder name(String name)
Specifies the name of the parameter in the config file of the dynamic transform.
name - Specifies the name of the parameter in the config file of the dynamic transform.TransformConfigParameter.Builder type(String type)
Specifies the parameter type in the config file of the dynamic transform.
TransformConfigParameter.Builder type(ParamType type)
Specifies the parameter type in the config file of the dynamic transform.
TransformConfigParameter.Builder validationRule(String validationRule)
Specifies the validation rule in the config file of the dynamic transform.
validationRule - Specifies the validation rule in the config file of the dynamic transform.TransformConfigParameter.Builder validationMessage(String validationMessage)
Specifies the validation message in the config file of the dynamic transform.
validationMessage - Specifies the validation message in the config file of the dynamic transform.TransformConfigParameter.Builder value(Collection<String> value)
Specifies the value of the parameter in the config file of the dynamic transform.
value - Specifies the value of the parameter in the config file of the dynamic transform.TransformConfigParameter.Builder value(String... value)
Specifies the value of the parameter in the config file of the dynamic transform.
value - Specifies the value of the parameter in the config file of the dynamic transform.TransformConfigParameter.Builder listType(String listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
TransformConfigParameter.Builder listType(ParamType listType)
Specifies the list type of the parameter in the config file of the dynamic transform.
TransformConfigParameter.Builder isOptional(Boolean isOptional)
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
isOptional - Specifies whether the parameter is optional or not in the config file of the dynamic transform.Copyright © 2023. All rights reserved.