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