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