Interface ManagedTemplateResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedTemplateResponse.Builder,,ManagedTemplateResponse> SdkBuilder<ManagedTemplateResponse.Builder,,ManagedTemplateResponse> SdkPojo
- Enclosing class:
ManagedTemplateResponse
@Mutable
@NotThreadSafe
public static interface ManagedTemplateResponse.Builder
extends SdkPojo, CopyableBuilder<ManagedTemplateResponse.Builder,ManagedTemplateResponse>
-
Method Summary
Modifier and TypeMethodDescriptiontemplateType(String templateType) The type of managed template usedtemplateType(ManagedNoteTemplate templateType) The type of managed template usedMethods 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 type of managed template used
- Parameters:
templateType- The type of managed template used- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateType
The type of managed template used
- Parameters:
templateType- The type of managed template used- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-