public static interface CreateSipMediaApplicationCallRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<CreateSipMediaApplicationCallRequest.Builder,CreateSipMediaApplicationCallRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSipMediaApplicationCallRequest.Builder fromPhoneNumber(String fromPhoneNumber)
The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number inventory.
fromPhoneNumber - The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number
inventory.CreateSipMediaApplicationCallRequest.Builder toPhoneNumber(String toPhoneNumber)
The phone number that the service should call.
toPhoneNumber - The phone number that the service should call.CreateSipMediaApplicationCallRequest.Builder sipMediaApplicationId(String sipMediaApplicationId)
The ID of the SIP media application.
sipMediaApplicationId - The ID of the SIP media application.CreateSipMediaApplicationCallRequest.Builder sipHeaders(Map<String,String> sipHeaders)
The SIP headers added to an outbound call leg.
sipHeaders - The SIP headers added to an outbound call leg.CreateSipMediaApplicationCallRequest.Builder argumentsMap(Map<String,String> argumentsMap)
Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such as:
"FirstName": "John", "LastName": "Doe"
argumentsMap - Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs
such as: "FirstName": "John", "LastName": "Doe"CreateSipMediaApplicationCallRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSipMediaApplicationCallRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.