Class CfnTestCase.ChatEntryPointParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnTestCase.ChatEntryPointParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.ChatEntryPointParametersProperty>
- Enclosing interface:
CfnTestCase.ChatEntryPointParametersProperty
@Stability(Stable)
public static final class CfnTestCase.ChatEntryPointParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.ChatEntryPointParametersProperty>
A builder for
CfnTestCase.ChatEntryPointParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTestCase.ChatEntryPointParametersProperty.getFlowId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowId
@Stability(Stable) public CfnTestCase.ChatEntryPointParametersProperty.Builder flowId(String flowId) Sets the value ofCfnTestCase.ChatEntryPointParametersProperty.getFlowId()- Parameters:
flowId- The flow id used for the TestCase.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.ChatEntryPointParametersProperty>- Returns:
- a new instance of
CfnTestCase.ChatEntryPointParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-