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 Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
CreateCellRequest.Builder |
cells(String... cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
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)
The name of the cell to create.
cellName - The name of the cell to create.CreateCellRequest.Builder cells(Collection<String> cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
cells - A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For
example, Availability Zones within specific Amazon Web Services Regions.CreateCellRequest.Builder cells(String... cells)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
cells - A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For
example, Availability Zones within specific Amazon Web Services Regions.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.