Interface CustomTemplateResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomTemplateResponse.Builder,,CustomTemplateResponse> SdkBuilder<CustomTemplateResponse.Builder,,CustomTemplateResponse> SdkPojo
- Enclosing class:
CustomTemplateResponse
@Mutable
@NotThreadSafe
public static interface CustomTemplateResponse.Builder
extends SdkPojo, CopyableBuilder<CustomTemplateResponse.Builder,CustomTemplateResponse>
-
Method Summary
Modifier and TypeMethodDescriptiontemplateType(String templateType) The base template type that was customizedtemplateType(CustomTemplateBase templateType) The base template type that was customizedMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
templateType
The base template type that was customized
- Parameters:
templateType- The base template type that was customized- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateType
The base template type that was customized
- Parameters:
templateType- The base template type that was customized- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-