Interface GetCellResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetCellResponse.Builder,GetCellResponse>, Route53RecoveryReadinessResponse.Builder, SdkBuilder<GetCellResponse.Builder,GetCellResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetCellResponse

  • Method Details

    • 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

      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

      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

      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.