Interface GetRecoveryGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRecoveryGroupResponse.Builder,GetRecoveryGroupResponse>,Route53RecoveryReadinessResponse.Builder,SdkBuilder<GetRecoveryGroupResponse.Builder,GetRecoveryGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRecoveryGroupResponse
public static interface GetRecoveryGroupResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetRecoveryGroupResponse.Builder,GetRecoveryGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRecoveryGroupResponse.Buildercells(String... cells)A list of a cell's Amazon Resource Names (ARNs).GetRecoveryGroupResponse.Buildercells(Collection<String> cells)A list of a cell's Amazon Resource Names (ARNs).GetRecoveryGroupResponse.BuilderrecoveryGroupArn(String recoveryGroupArn)The Amazon Resource Name (ARN) for the recovery group.GetRecoveryGroupResponse.BuilderrecoveryGroupName(String recoveryGroupName)The name of the recovery group.GetRecoveryGroupResponse.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.services.route53recoveryreadiness.model.Route53RecoveryReadinessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
cells
GetRecoveryGroupResponse.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
GetRecoveryGroupResponse.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
GetRecoveryGroupResponse.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
GetRecoveryGroupResponse.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
GetRecoveryGroupResponse.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.
-
-