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