Interface GetCellResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCellResponse.Builder,GetCellResponse>,Route53RecoveryReadinessResponse.Builder,SdkBuilder<GetCellResponse.Builder,GetCellResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCellResponse
public static interface GetCellResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<GetCellResponse.Builder,GetCellResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCellResponse.BuildercellArn(String cellArn)The Amazon Resource Name (ARN) for the cell.GetCellResponse.BuildercellName(String cellName)The name of the cell.GetCellResponse.Buildercells(String... cells)A list of cell ARNs.GetCellResponse.Buildercells(Collection<String> cells)A list of cell ARNs.GetCellResponse.BuilderparentReadinessScopes(String... parentReadinessScopes)The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.GetCellResponse.BuilderparentReadinessScopes(Collection<String> parentReadinessScopes)The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.GetCellResponse.Buildertags(Map<String,String> tags)Tags on the resources.-
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
-
cellArn
GetCellResponse.Builder cellArn(String cellArn)
The 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.
-
cellName
GetCellResponse.Builder cellName(String cellName)
The 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.
-
cells
GetCellResponse.Builder cells(Collection<String> cells)
A 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.
-
cells
GetCellResponse.Builder cells(String... cells)
A 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.
-
parentReadinessScopes
GetCellResponse.Builder parentReadinessScopes(Collection<String> 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.
- 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.
-
parentReadinessScopes
GetCellResponse.Builder parentReadinessScopes(String... 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.
- 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.
-
tags
GetCellResponse.Builder tags(Map<String,String> tags)
Tags on the resources.
- Parameters:
tags- Tags on the resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-