Class CfnTestCasePropsMixin.ChatEntryPointParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnTestCasePropsMixin.ChatEntryPointParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.ChatEntryPointParametersProperty>
- Enclosing interface:
CfnTestCasePropsMixin.ChatEntryPointParametersProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.ChatEntryPointParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.ChatEntryPointParametersProperty>
A builder for
CfnTestCasePropsMixin.ChatEntryPointParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTestCasePropsMixin.ChatEntryPointParametersProperty.getFlowId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowId
@Stability(Stable) public CfnTestCasePropsMixin.ChatEntryPointParametersProperty.Builder flowId(String flowId) Sets the value ofCfnTestCasePropsMixin.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<CfnTestCasePropsMixin.ChatEntryPointParametersProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.ChatEntryPointParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-