Interface Mapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Mapping.Builder,
,Mapping> SdkBuilder<Mapping.Builder,
,Mapping> SdkPojo
- Enclosing class:
Mapping
@Mutable
@NotThreadSafe
public static interface Mapping.Builder
extends SdkPojo, CopyableBuilder<Mapping.Builder,Mapping>
-
Method Summary
Modifier and TypeMethodDescriptionA string that represents the mapping template, in the transformation language specified intemplateLanguage
.templateLanguage
(String templateLanguage) The transformation language for the template, either XSLT or JSONATA.templateLanguage
(MappingTemplateLanguage templateLanguage) The transformation language for the template, either XSLT or JSONATA.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, sdkFieldNameToField, sdkFields
-
Method Details
-
templateLanguage
The transformation language for the template, either XSLT or JSONATA.
- Parameters:
templateLanguage
- The transformation language for the template, either XSLT or JSONATA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateLanguage
The transformation language for the template, either XSLT or JSONATA.
- Parameters:
templateLanguage
- The transformation language for the template, either XSLT or JSONATA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
template
A string that represents the mapping template, in the transformation language specified in
templateLanguage
.- Parameters:
template
- A string that represents the mapping template, in the transformation language specified intemplateLanguage
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-