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