Interface VoiceCallEntryPointParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceCallEntryPointParameters.Builder,,VoiceCallEntryPointParameters> SdkBuilder<VoiceCallEntryPointParameters.Builder,,VoiceCallEntryPointParameters> SdkPojo
- Enclosing class:
VoiceCallEntryPointParameters
@Mutable
@NotThreadSafe
public static interface VoiceCallEntryPointParameters.Builder
extends SdkPojo, CopyableBuilder<VoiceCallEntryPointParameters.Builder,VoiceCallEntryPointParameters>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationPhoneNumber(String destinationPhoneNumber) The destination phone number for the test.The flow identifier for the test.sourcePhoneNumber(String sourcePhoneNumber) The source phone number for the test.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourcePhoneNumber
The source phone number for the test.
- Parameters:
sourcePhoneNumber- The source phone number for the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPhoneNumber
The destination phone number for the test.
- Parameters:
destinationPhoneNumber- The destination phone number for the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
The flow identifier for the test.
- Parameters:
flowId- The flow identifier for the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-