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