Class CellReference.Builder
java.lang.Object
software.amazon.awscdk.services.route53recoveryreadiness.CellReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CellReference>
- Enclosing interface:
CellReference
@Stability(Stable)
public static final class CellReference.Builder
extends Object
implements software.amazon.jsii.Builder<CellReference>
A builder for
CellReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCellReference.getCellArn()
Sets the value ofCellReference.getCellName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cellArn
Sets the value ofCellReference.getCellArn()
- Parameters:
cellArn
- The ARN of the Cell resource. This parameter is required.- Returns:
this
-
cellName
Sets the value ofCellReference.getCellName()
- Parameters:
cellName
- The CellName of the Cell resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CellReference>
- Returns:
- a new instance of
CellReference
- Throws:
NullPointerException
- if any required attribute was not provided
-