public static interface CellOutput.Builder extends SdkPojo, CopyableBuilder<CellOutput.Builder,CellOutput>
| Modifier and Type | Method and Description |
|---|---|
CellOutput.Builder |
cellArn(String cellArn)
The arn for the Cell
|
CellOutput.Builder |
cellName(String cellName)
The name of the Cell
|
CellOutput.Builder |
cells(Collection<String> cells)
A list of Cell arns
|
CellOutput.Builder |
cells(String... cells)
A list of Cell arns
|
CellOutput.Builder |
parentReadinessScopes(Collection<String> parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CellOutput.Builder |
parentReadinessScopes(String... parentReadinessScopes)
A list of Cell ARNs and/or RecoveryGroup ARNs
|
CellOutput.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCellOutput.Builder cellArn(String cellArn)
cellArn - The arn for the CellCellOutput.Builder cellName(String cellName)
cellName - The name of the CellCellOutput.Builder cells(Collection<String> cells)
cells - A list of Cell arnsCellOutput.Builder cells(String... cells)
cells - A list of Cell arnsCellOutput.Builder parentReadinessScopes(Collection<String> parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNsCellOutput.Builder parentReadinessScopes(String... parentReadinessScopes)
parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNsCellOutput.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2022. All rights reserved.