// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateRecoveryPlanStep`](crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`recovery_plan_step_arn(impl Into<String>)`](crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder::recovery_plan_step_arn) / [`set_recovery_plan_step_arn(Option<String>)`](crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder::set_recovery_plan_step_arn):<br>required: **true**<br><p>The ARN of the Recovery Plan step to update.</p><br>
/// - [`step_name(impl Into<String>)`](crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder::step_name) / [`set_step_name(Option<String>)`](crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder::set_step_name):<br>required: **false**<br>The name of a Recovery Plan Step.<br>
/// - [`configuration(RecoveryPlanStepConfiguration)`](crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder::configuration) / [`set_configuration(Option<RecoveryPlanStepConfiguration>)`](crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder::set_configuration):<br>required: **false**<br>Type-specific configuration for a recovery plan step. Exactly one member must be set.<br>
/// - On success, responds with [`UpdateRecoveryPlanStepOutput`](crate::operation::update_recovery_plan_step::UpdateRecoveryPlanStepOutput) with field(s):
/// - [`recovery_plan_step(Option<RecoveryPlanStep>)`](crate::operation::update_recovery_plan_step::UpdateRecoveryPlanStepOutput::recovery_plan_step): A Recovery Plan Step resource.
/// - On failure, responds with [`SdkError<UpdateRecoveryPlanStepError>`](crate::operation::update_recovery_plan_step::UpdateRecoveryPlanStepError)
pub fn update_recovery_plan_step(&self) -> crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder {
crate::operation::update_recovery_plan_step::builders::UpdateRecoveryPlanStepFluentBuilder::new(self.handle.clone())
}
}