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