public static interface UpdateBackupPlanRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<UpdateBackupPlanRequest.Builder,UpdateBackupPlanRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBackupPlanRequest.Builder |
backupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
default UpdateBackupPlanRequest.Builder |
backupPlan(Consumer<BackupPlanInput.Builder> backupPlan)
Specifies the body of a backup plan.
|
UpdateBackupPlanRequest.Builder |
backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
UpdateBackupPlanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBackupPlanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackupPlanRequest.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.UpdateBackupPlanRequest.Builder backupPlan(BackupPlanInput 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 UpdateBackupPlanRequest.Builder backupPlan(Consumer<BackupPlanInput.Builder> backupPlan)
Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of
Rules.
BackupPlanInput.Builder avoiding the
need to create one manually via BackupPlanInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to backupPlan(BackupPlanInput).
backupPlan - a consumer that will call methods on BackupPlanInput.BuilderbackupPlan(BackupPlanInput)UpdateBackupPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBackupPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.