Interface CreateCellRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCellRequest.Builder,CreateCellRequest>,Route53RecoveryReadinessRequest.Builder,SdkBuilder<CreateCellRequest.Builder,CreateCellRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCellRequest
public static interface CreateCellRequest.Builder extends Route53RecoveryReadinessRequest.Builder, SdkPojo, CopyableBuilder<CreateCellRequest.Builder,CreateCellRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCellRequest.BuildercellName(String cellName)The name of the cell to create.CreateCellRequest.Buildercells(String... cells)A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.CreateCellRequest.Buildercells(Collection<String> cells)A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.CreateCellRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCellRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCellRequest.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53recoveryreadiness.model.Route53RecoveryReadinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cellName
CreateCellRequest.Builder cellName(String cellName)
The name of the cell to create.
- Parameters:
cellName- The name of the cell to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cells
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cells
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateCellRequest.Builder tags(Map<String,String> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCellRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCellRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-