public static interface CreateCellRequest.Builder extends Route53RecoveryReadinessRequest.Builder, SdkPojo, CopyableBuilder<CreateCellRequest.Builder,CreateCellRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCellRequest.Builder |
cellName(String cellName)
The name of the Cell to create
|
CreateCellRequest.Builder |
cells(Collection<String> cells)
A list of Cell arns contained within this Cell (for use in nested Cells, e.g.
|
CreateCellRequest.Builder |
cells(String... cells)
A list of Cell arns contained within this Cell (for use in nested Cells, e.g.
|
CreateCellRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCellRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCellRequest.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCellRequest.Builder cellName(String cellName)
cellName - The name of the Cell to createCreateCellRequest.Builder cells(Collection<String> cells)
cells - A list of Cell arns contained within this Cell (for use in nested Cells, e.g. regions within which
AZs)CreateCellRequest.Builder cells(String... cells)
cells - A list of Cell arns contained within this Cell (for use in nested Cells, e.g. regions within which
AZs)CreateCellRequest.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.CreateCellRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCellRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.