Interface UpdateBackupPlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<UpdateBackupPlanRequest.Builder,UpdateBackupPlanRequest>,SdkBuilder<UpdateBackupPlanRequest.Builder,UpdateBackupPlanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBackupPlanRequest
public static interface UpdateBackupPlanRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<UpdateBackupPlanRequest.Builder,UpdateBackupPlanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateBackupPlanRequest.BuilderbackupPlan(Consumer<BackupPlanInput.Builder> backupPlan)Specifies the body of a backup plan.UpdateBackupPlanRequest.BuilderbackupPlan(BackupPlanInput backupPlan)Specifies the body of a backup plan.UpdateBackupPlanRequest.BuilderbackupPlanId(String backupPlanId)Uniquely identifies a backup plan.UpdateBackupPlanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBackupPlanRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
backupPlanId
UpdateBackupPlanRequest.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
- Parameters:
backupPlanId- Uniquely identifies a backup plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupPlan
UpdateBackupPlanRequest.Builder backupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan. Includes a
BackupPlanNameand one or more sets ofRules.- Parameters:
backupPlan- Specifies the body of a backup plan. Includes aBackupPlanNameand one or more sets ofRules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupPlan
default UpdateBackupPlanRequest.Builder backupPlan(Consumer<BackupPlanInput.Builder> backupPlan)
Specifies the body of a backup plan. Includes a
This is a convenience method that creates an instance of theBackupPlanNameand one or more sets ofRules.BackupPlanInput.Builderavoiding the need to create one manually viaBackupPlanInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobackupPlan(BackupPlanInput).- Parameters:
backupPlan- a consumer that will call methods onBackupPlanInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
backupPlan(BackupPlanInput)
-
overrideConfiguration
UpdateBackupPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBackupPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-