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