Interface TransformConfigParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransformConfigParameter.Builder,
,TransformConfigParameter> SdkBuilder<TransformConfigParameter.Builder,
,TransformConfigParameter> SdkPojo
- Enclosing class:
TransformConfigParameter
-
Method Summary
Modifier and TypeMethodDescriptionisOptional
(Boolean isOptional) Specifies whether the parameter is optional or not in the config file of the dynamic transform.Specifies the list type of the parameter in the config file of the dynamic transform.Specifies the list type of the parameter in the config file of the dynamic transform.Specifies the name of the parameter in the config file of the dynamic transform.Specifies the parameter type in the config file of the dynamic transform.Specifies the parameter type in the config file of the dynamic transform.validationMessage
(String validationMessage) Specifies the validation message in the config file of the dynamic transform.validationRule
(String validationRule) Specifies the validation rule in the config file of the dynamic transform.Specifies the value of the parameter in the config file of the dynamic transform.value
(Collection<String> value) Specifies the value of the parameter in the config file of the dynamic transform.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
Specifies the name of the parameter in the config file of the dynamic transform.
- Parameters:
name
- Specifies the name of the parameter in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Specifies the parameter type in the config file of the dynamic transform.
- Parameters:
type
- Specifies the parameter type in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the parameter type in the config file of the dynamic transform.
- Parameters:
type
- Specifies the parameter type in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationRule
Specifies the validation rule in the config file of the dynamic transform.
- Parameters:
validationRule
- Specifies the validation rule in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationMessage
Specifies the validation message in the config file of the dynamic transform.
- Parameters:
validationMessage
- Specifies the validation message in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Specifies the value of the parameter in the config file of the dynamic transform.
- Parameters:
value
- Specifies the value of the parameter in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Specifies the value of the parameter in the config file of the dynamic transform.
- Parameters:
value
- Specifies the value of the parameter in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listType
Specifies the list type of the parameter in the config file of the dynamic transform.
- Parameters:
listType
- Specifies the list type of the parameter in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
listType
Specifies the list type of the parameter in the config file of the dynamic transform.
- Parameters:
listType
- Specifies the list type of the parameter in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isOptional
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
- Parameters:
isOptional
- Specifies whether the parameter is optional or not in the config file of the dynamic transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-