Interface RecoveryPlan.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryPlan.Builder,,RecoveryPlan> SdkBuilder<RecoveryPlan.Builder,,RecoveryPlan> SdkPojo
- Enclosing class:
RecoveryPlan
@Mutable
@NotThreadSafe
public static interface RecoveryPlan.Builder
extends SdkPojo, CopyableBuilder<RecoveryPlan.Builder,RecoveryPlan>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the Recovery Plan was created.description(String description) Sets the value of the Description property for this object.Sets the value of the Name property for this object.recoveryPlanArn(String recoveryPlanArn) The ARN of the Recovery Plan.The status of the Recovery Plan.status(RecoveryPlanStatus status) The status of the Recovery Plan.The tags associated with the Recovery Plan.The timestamp when the Recovery Plan was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
recoveryPlanArn
The ARN of the Recovery Plan.
- Parameters:
recoveryPlanArn- The ARN of the Recovery Plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Recovery Plan.
- Parameters:
status- The status of the Recovery Plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Recovery Plan.
- Parameters:
status- The status of the Recovery Plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the Recovery Plan was created.
- Parameters:
createdAt- The timestamp when the Recovery Plan was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the Recovery Plan was last updated.
- Parameters:
updatedAt- The timestamp when the Recovery Plan was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the Recovery Plan.
- Parameters:
tags- The tags associated with the Recovery Plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-