Interface OutboundCallerConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>,SdkBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>,SdkPojo
- Enclosing class:
- OutboundCallerConfig
public static interface OutboundCallerConfig.Builder extends SdkPojo, CopyableBuilder<OutboundCallerConfig.Builder,OutboundCallerConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutboundCallerConfig.BuilderoutboundCallerIdName(String outboundCallerIdName)The caller ID name.OutboundCallerConfig.BuilderoutboundCallerIdNumberId(String outboundCallerIdNumberId)The caller ID number.OutboundCallerConfig.BuilderoutboundFlowId(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, sdkFields
-
-
-
-
Method Detail
-
outboundCallerIdName
OutboundCallerConfig.Builder outboundCallerIdName(String 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
OutboundCallerConfig.Builder outboundCallerIdNumberId(String 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
OutboundCallerConfig.Builder outboundFlowId(String 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.
-
-