public static interface GetBackupPlanFromJsonResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetBackupPlanFromJsonResponse.Builder,GetBackupPlanFromJsonResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBackupPlanFromJsonResponse.Builder |
backupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan.
|
default GetBackupPlanFromJsonResponse.Builder |
backupPlan(Consumer<BackupPlan.Builder> backupPlan)
Specifies the body of a backup plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBackupPlanFromJsonResponse.Builder backupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
Rules.
backupPlan - Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
Rules.default GetBackupPlanFromJsonResponse.Builder backupPlan(Consumer<BackupPlan.Builder> backupPlan)
Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
Rules.
BackupPlan.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 backupPlan(BackupPlan).
backupPlan - a consumer that will call methods on BackupPlan.BuilderbackupPlan(BackupPlan)Copyright © 2023. All rights reserved.