Interface GetCellResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetCellResponse.Builder,,- GetCellResponse> - Route53RecoveryReadinessResponse.Builder,- SdkBuilder<GetCellResponse.Builder,,- GetCellResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetCellResponse
@Mutable
@NotThreadSafe
public static interface GetCellResponse.Builder
extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetCellResponse.Builder,GetCellResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the cell.The name of the cell.A list of cell ARNs.cells(Collection<String> cells) A list of cell ARNs.parentReadinessScopes(String... parentReadinessScopes) The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.parentReadinessScopes(Collection<String> parentReadinessScopes) The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.Tags on the resources.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.model.Route53RecoveryReadinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
cellArnThe Amazon Resource Name (ARN) for the cell. - Parameters:
- cellArn- The Amazon Resource Name (ARN) for the cell.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cellNameThe name of the cell. - Parameters:
- cellName- The name of the cell.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cellsA list of cell ARNs. - Parameters:
- cells- A list of cell ARNs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cellsA list of cell ARNs. - Parameters:
- cells- A list of cell ARNs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parentReadinessScopesThe readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element. - Parameters:
- parentReadinessScopes- The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parentReadinessScopesThe readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element. - Parameters:
- parentReadinessScopes- The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsTags on the resources. - Parameters:
- tags- Tags on the resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-