Uses of Interface
software.amazon.awssdk.services.route53recoveryreadiness.model.CellOutput.Builder
-
Packages that use CellOutput.Builder Package Description software.amazon.awssdk.services.route53recoveryreadiness.model -
-
Uses of CellOutput.Builder in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return CellOutput.Builder Modifier and Type Method Description static CellOutput.BuilderCellOutput. builder()CellOutput.BuilderCellOutput.Builder. cellArn(String cellArn)The Amazon Resource Name (ARN) for the cell.CellOutput.BuilderCellOutput.Builder. cellName(String cellName)The name of the cell.CellOutput.BuilderCellOutput.Builder. cells(String... cells)A list of cell ARNs.CellOutput.BuilderCellOutput.Builder. cells(Collection<String> cells)A list of cell ARNs.CellOutput.BuilderCellOutput.Builder. parentReadinessScopes(String... parentReadinessScopes)The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.CellOutput.BuilderCellOutput.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.CellOutput.BuilderCellOutput.Builder. tags(Map<String,String> tags)Tags on the resources.CellOutput.BuilderCellOutput. toBuilder()Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type CellOutput.Builder Modifier and Type Method Description static Class<? extends CellOutput.Builder>CellOutput. serializableBuilderClass()
-