Class CfnTestCasePropsMixin.EntryPointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnTestCasePropsMixin.EntryPointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.EntryPointProperty>
- Enclosing interface:
CfnTestCasePropsMixin.EntryPointProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.EntryPointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.EntryPointProperty>
A builder for
CfnTestCasePropsMixin.EntryPointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.chatEntryPointParameters(CfnTestCasePropsMixin.ChatEntryPointParametersProperty chatEntryPointParameters) Sets the value ofCfnTestCasePropsMixin.EntryPointProperty.getChatEntryPointParameters()chatEntryPointParameters(IResolvable chatEntryPointParameters) Sets the value ofCfnTestCasePropsMixin.EntryPointProperty.getChatEntryPointParameters()Sets the value ofCfnTestCasePropsMixin.EntryPointProperty.getType()voiceCallEntryPointParameters(CfnTestCasePropsMixin.VoiceCallEntryPointParametersProperty voiceCallEntryPointParameters) voiceCallEntryPointParameters(IResolvable voiceCallEntryPointParameters)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
chatEntryPointParameters
@Stability(Stable) public CfnTestCasePropsMixin.EntryPointProperty.Builder chatEntryPointParameters(IResolvable chatEntryPointParameters) Sets the value ofCfnTestCasePropsMixin.EntryPointProperty.getChatEntryPointParameters()- Parameters:
chatEntryPointParameters- The chat entry point parameters for the test case.- Returns:
this
-
chatEntryPointParameters
@Stability(Stable) public CfnTestCasePropsMixin.EntryPointProperty.Builder chatEntryPointParameters(CfnTestCasePropsMixin.ChatEntryPointParametersProperty chatEntryPointParameters) Sets the value ofCfnTestCasePropsMixin.EntryPointProperty.getChatEntryPointParameters()- Parameters:
chatEntryPointParameters- The chat entry point parameters for the test case.- Returns:
this
-
type
Sets the value ofCfnTestCasePropsMixin.EntryPointProperty.getType()- Parameters:
type- The type of the Entry Point.- Returns:
this
-
voiceCallEntryPointParameters
@Stability(Stable) public CfnTestCasePropsMixin.EntryPointProperty.Builder voiceCallEntryPointParameters(IResolvable voiceCallEntryPointParameters) - Parameters:
voiceCallEntryPointParameters- The voice call entry point parameters for the test case.- Returns:
this
-
voiceCallEntryPointParameters
@Stability(Stable) public CfnTestCasePropsMixin.EntryPointProperty.Builder voiceCallEntryPointParameters(CfnTestCasePropsMixin.VoiceCallEntryPointParametersProperty voiceCallEntryPointParameters) - Parameters:
voiceCallEntryPointParameters- The voice call entry point parameters for the test case.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin.EntryPointProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.EntryPointProperty - Throws:
NullPointerException- if any required attribute was not provided
-