public static interface GetBackupPlanFromTemplateResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetBackupPlanFromTemplateResponse.Builder,GetBackupPlanFromTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanFromTemplateResponse.Builder |
backupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault
of the plan.
|
default GetBackupPlanFromTemplateResponse.Builder |
backupPlanDocument(Consumer<BackupPlan.Builder> backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault
of the plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBackupPlanFromTemplateResponse.Builder backupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
backupPlanDocument - Returns the body of a backup plan based on the target template, including the name, rules, and backup
vault of the plan.default GetBackupPlanFromTemplateResponse.Builder backupPlanDocument(Consumer<BackupPlan.Builder> backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
This is a convenience method that creates an instance of theBackupPlan.Builder avoiding the need to
create one manually via BackupPlan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to backupPlanDocument(BackupPlan).
backupPlanDocument - a consumer that will call methods on BackupPlan.BuilderbackupPlanDocument(BackupPlan)Copyright © 2023. All rights reserved.