Interface TelephonyChannelSubtypeParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TelephonyChannelSubtypeParameters.Builder,TelephonyChannelSubtypeParameters>,SdkBuilder<TelephonyChannelSubtypeParameters.Builder,TelephonyChannelSubtypeParameters>,SdkPojo
- Enclosing class:
- TelephonyChannelSubtypeParameters
public static interface TelephonyChannelSubtypeParameters.Builder extends SdkPojo, CopyableBuilder<TelephonyChannelSubtypeParameters.Builder,TelephonyChannelSubtypeParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TelephonyChannelSubtypeParameters.BuilderanswerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.TelephonyChannelSubtypeParameters.BuilderanswerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.TelephonyChannelSubtypeParameters.Builderattributes(Map<String,String> attributes)Sets the value of the Attributes property for this object.TelephonyChannelSubtypeParameters.BuilderconnectSourcePhoneNumber(String connectSourcePhoneNumber)Sets the value of the ConnectSourcePhoneNumber property for this object.TelephonyChannelSubtypeParameters.BuilderdestinationPhoneNumber(String destinationPhoneNumber)Sets the value of the DestinationPhoneNumber property for this object.-
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 Detail
-
destinationPhoneNumber
TelephonyChannelSubtypeParameters.Builder destinationPhoneNumber(String destinationPhoneNumber)
Sets the value of the DestinationPhoneNumber property for this object.- Parameters:
destinationPhoneNumber- The new value for the DestinationPhoneNumber property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
TelephonyChannelSubtypeParameters.Builder attributes(Map<String,String> attributes)
Sets the value of the Attributes property for this object.- Parameters:
attributes- The new value for the Attributes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectSourcePhoneNumber
TelephonyChannelSubtypeParameters.Builder connectSourcePhoneNumber(String connectSourcePhoneNumber)
Sets the value of the ConnectSourcePhoneNumber property for this object.- Parameters:
connectSourcePhoneNumber- The new value for the ConnectSourcePhoneNumber property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answerMachineDetectionConfig
TelephonyChannelSubtypeParameters.Builder answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
Sets the value of the AnswerMachineDetectionConfig property for this object.- Parameters:
answerMachineDetectionConfig- The new value for the AnswerMachineDetectionConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answerMachineDetectionConfig
default TelephonyChannelSubtypeParameters.Builder answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)
Sets the value of the AnswerMachineDetectionConfig property for this object. This is a convenience method that creates an instance of theAnswerMachineDetectionConfig.Builderavoiding the need to create one manually viaAnswerMachineDetectionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanswerMachineDetectionConfig(AnswerMachineDetectionConfig).- Parameters:
answerMachineDetectionConfig- a consumer that will call methods onAnswerMachineDetectionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
answerMachineDetectionConfig(AnswerMachineDetectionConfig)
-
-