public static interface Termination.Builder extends SdkPojo, CopyableBuilder<Termination.Builder,Termination>
| Modifier and Type | Method and Description |
|---|---|
Termination.Builder |
callingRegions(Collection<String> callingRegions)
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
|
Termination.Builder |
callingRegions(String... callingRegions)
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
|
Termination.Builder |
cidrAllowedList(Collection<String> cidrAllowedList)
The IP addresses allowed to make calls, in CIDR format.
|
Termination.Builder |
cidrAllowedList(String... cidrAllowedList)
The IP addresses allowed to make calls, in CIDR format.
|
Termination.Builder |
cpsLimit(Integer cpsLimit)
The limit on calls per second.
|
Termination.Builder |
defaultPhoneNumber(String defaultPhoneNumber)
The default caller ID phone number.
|
Termination.Builder |
disabled(Boolean disabled)
When termination settings are disabled, outbound calls can not be made.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTermination.Builder cpsLimit(Integer cpsLimit)
The limit on calls per second. Max value based on account service quota. Default value of 1.
cpsLimit - The limit on calls per second. Max value based on account service quota. Default value of 1.Termination.Builder defaultPhoneNumber(String defaultPhoneNumber)
The default caller ID phone number.
defaultPhoneNumber - The default caller ID phone number.Termination.Builder callingRegions(Collection<String> callingRegions)
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
callingRegions - The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.Termination.Builder callingRegions(String... callingRegions)
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
callingRegions - The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.Termination.Builder cidrAllowedList(Collection<String> cidrAllowedList)
The IP addresses allowed to make calls, in CIDR format. Required.
cidrAllowedList - The IP addresses allowed to make calls, in CIDR format. Required.Termination.Builder cidrAllowedList(String... cidrAllowedList)
The IP addresses allowed to make calls, in CIDR format. Required.
cidrAllowedList - The IP addresses allowed to make calls, in CIDR format. Required.Termination.Builder disabled(Boolean disabled)
When termination settings are disabled, outbound calls can not be made.
disabled - When termination settings are disabled, outbound calls can not be made.Copyright © 2023. All rights reserved.