Interface BackupPlanTemplatesListMember.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BackupPlanTemplatesListMember.Builder,,BackupPlanTemplatesListMember> SdkBuilder<BackupPlanTemplatesListMember.Builder,,BackupPlanTemplatesListMember> SdkPojo
- Enclosing class:
 BackupPlanTemplatesListMember
public static interface BackupPlanTemplatesListMember.Builder
extends SdkPojo, CopyableBuilder<BackupPlanTemplatesListMember.Builder,BackupPlanTemplatesListMember> 
- 
Method Summary
Modifier and TypeMethodDescriptionbackupPlanTemplateId(String backupPlanTemplateId) Uniquely identifies a stored backup plan template.backupPlanTemplateName(String backupPlanTemplateName) The optional display name of a backup plan template.Methods 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, sdkFields 
- 
Method Details
- 
backupPlanTemplateId
Uniquely identifies a stored backup plan template.
- Parameters:
 backupPlanTemplateId- Uniquely identifies a stored backup plan template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
backupPlanTemplateName
The optional display name of a backup plan template.
- Parameters:
 backupPlanTemplateName- The optional display name of a backup plan template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -