Interface RecoveryGroupOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput>,SdkBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput>,SdkPojo
- Enclosing class:
- RecoveryGroupOutput
public static interface RecoveryGroupOutput.Builder extends SdkPojo, CopyableBuilder<RecoveryGroupOutput.Builder,RecoveryGroupOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoveryGroupOutput.Buildercells(String... cells)A list of a cell's Amazon Resource Names (ARNs).RecoveryGroupOutput.Buildercells(Collection<String> cells)A list of a cell's Amazon Resource Names (ARNs).RecoveryGroupOutput.BuilderrecoveryGroupArn(String recoveryGroupArn)The Amazon Resource Name (ARN) for the recovery group.RecoveryGroupOutput.BuilderrecoveryGroupName(String recoveryGroupName)The name of the recovery group.RecoveryGroupOutput.Buildertags(Map<String,String> tags)The tags associated with the recovery group.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cells
RecoveryGroupOutput.Builder cells(Collection<String> cells)
A 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.
-
cells
RecoveryGroupOutput.Builder cells(String... cells)
A 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.
-
recoveryGroupArn
RecoveryGroupOutput.Builder recoveryGroupArn(String recoveryGroupArn)
The 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.
-
recoveryGroupName
RecoveryGroupOutput.Builder recoveryGroupName(String recoveryGroupName)
The 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.
-
tags
RecoveryGroupOutput.Builder tags(Map<String,String> tags)
The 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.
-
-