Interface RecoveryGroupOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RecoveryGroupOutput.Builder,,- RecoveryGroupOutput> - SdkBuilder<RecoveryGroupOutput.Builder,,- RecoveryGroupOutput> - SdkPojo
- Enclosing class:
- RecoveryGroupOutput
@Mutable
@NotThreadSafe
public static interface RecoveryGroupOutput.Builder
extends SdkPojo, CopyableBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput> 
- 
Method SummaryModifier and TypeMethodDescriptionA list of a cell's Amazon Resource Names (ARNs).cells(Collection<String> cells) A list of a cell's Amazon Resource Names (ARNs).recoveryGroupArn(String recoveryGroupArn) The Amazon Resource Name (ARN) for the recovery group.recoveryGroupName(String recoveryGroupName) The name of the recovery group.The tags associated with the recovery group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cellsA list of a cell's Amazon Resource Names (ARNs). - Parameters:
- cells- A list of a cell's Amazon Resource Names (ARNs).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cellsA list of a cell's Amazon Resource Names (ARNs). - Parameters:
- cells- A list of a cell's Amazon Resource Names (ARNs).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recoveryGroupArnThe Amazon Resource Name (ARN) for the recovery group. - Parameters:
- recoveryGroupArn- The Amazon Resource Name (ARN) for the recovery group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recoveryGroupNameThe name of the recovery group. - Parameters:
- recoveryGroupName- The name of the recovery group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags associated with the recovery group. - Parameters:
- tags- The tags associated with the recovery group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-