Uses of Interface
software.amazon.awssdk.services.route53recoveryreadiness.model.CreateCellRequest.Builder
-
Packages that use CreateCellRequest.Builder Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readinesssoftware.amazon.awssdk.services.route53recoveryreadiness.model -
-
Uses of CreateCellRequest.Builder in software.amazon.awssdk.services.route53recoveryreadiness
Method parameters in software.amazon.awssdk.services.route53recoveryreadiness with type arguments of type CreateCellRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateCellResponse>Route53RecoveryReadinessAsyncClient. createCell(Consumer<CreateCellRequest.Builder> createCellRequest)Creates a cell in an account.default CreateCellResponseRoute53RecoveryReadinessClient. createCell(Consumer<CreateCellRequest.Builder> createCellRequest)Creates a cell in an account. -
Uses of CreateCellRequest.Builder in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return CreateCellRequest.Builder Modifier and Type Method Description static CreateCellRequest.BuilderCreateCellRequest. builder()CreateCellRequest.BuilderCreateCellRequest.Builder. cellName(String cellName)The name of the cell to create.CreateCellRequest.BuilderCreateCellRequest.Builder. cells(String... cells)A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.CreateCellRequest.BuilderCreateCellRequest.Builder. cells(Collection<String> cells)A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.CreateCellRequest.BuilderCreateCellRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCellRequest.BuilderCreateCellRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCellRequest.BuilderCreateCellRequest.Builder. tags(Map<String,String> tags)Sets the value of the Tags property for this object.CreateCellRequest.BuilderCreateCellRequest. toBuilder()Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type CreateCellRequest.Builder Modifier and Type Method Description static Class<? extends CreateCellRequest.Builder>CreateCellRequest. serializableBuilderClass()
-