Interface UpdateRestoreTestingPlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<UpdateRestoreTestingPlanRequest.Builder,UpdateRestoreTestingPlanRequest>,SdkBuilder<UpdateRestoreTestingPlanRequest.Builder,UpdateRestoreTestingPlanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRestoreTestingPlanRequest
public static interface UpdateRestoreTestingPlanRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<UpdateRestoreTestingPlanRequest.Builder,UpdateRestoreTestingPlanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateRestoreTestingPlanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRestoreTestingPlanRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateRestoreTestingPlanRequest.BuilderrestoreTestingPlan(Consumer<RestoreTestingPlanForUpdate.Builder> restoreTestingPlan)Specifies the body of a restore testing plan.UpdateRestoreTestingPlanRequest.BuilderrestoreTestingPlan(RestoreTestingPlanForUpdate restoreTestingPlan)Specifies the body of a restore testing plan.UpdateRestoreTestingPlanRequest.BuilderrestoreTestingPlanName(String restoreTestingPlanName)This is the restore testing plan name you wish to update.-
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
-
restoreTestingPlan
UpdateRestoreTestingPlanRequest.Builder restoreTestingPlan(RestoreTestingPlanForUpdate restoreTestingPlan)
Specifies the body of a restore testing plan.
- Parameters:
restoreTestingPlan- Specifies the body of a restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlan
default UpdateRestoreTestingPlanRequest.Builder restoreTestingPlan(Consumer<RestoreTestingPlanForUpdate.Builder> restoreTestingPlan)
Specifies the body of a restore testing plan.
This is a convenience method that creates an instance of theRestoreTestingPlanForUpdate.Builderavoiding the need to create one manually viaRestoreTestingPlanForUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torestoreTestingPlan(RestoreTestingPlanForUpdate).- Parameters:
restoreTestingPlan- a consumer that will call methods onRestoreTestingPlanForUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
restoreTestingPlan(RestoreTestingPlanForUpdate)
-
restoreTestingPlanName
UpdateRestoreTestingPlanRequest.Builder restoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name you wish to update.
- Parameters:
restoreTestingPlanName- This is the restore testing plan name you wish to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRestoreTestingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRestoreTestingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-