Interface OutboundCallerConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutboundCallerConfig.Builder,
,OutboundCallerConfig> SdkBuilder<OutboundCallerConfig.Builder,
,OutboundCallerConfig> SdkPojo
- Enclosing class:
OutboundCallerConfig
@Mutable
@NotThreadSafe
public static interface OutboundCallerConfig.Builder
extends SdkPojo, CopyableBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>
-
Method Summary
Modifier and TypeMethodDescriptionoutboundCallerIdName
(String outboundCallerIdName) The caller ID name.outboundCallerIdNumberId
(String outboundCallerIdNumberId) The caller ID number.outboundFlowId
(String outboundFlowId) The outbound whisper flow to be used during an outbound call.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
outboundCallerIdName
The caller ID name.
- Parameters:
outboundCallerIdName
- The caller ID name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCallerIdNumberId
The caller ID number.
- Parameters:
outboundCallerIdNumberId
- The caller ID number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundFlowId
The outbound whisper flow to be used during an outbound call.
- Parameters:
outboundFlowId
- The outbound whisper flow to be used during an outbound call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-