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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
templateLanguageThe 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:
 
- 
templateLanguageThe 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:
 
- 
templateA 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 in- templateLanguage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-