public static interface GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder,GetVoiceConnectorEmergencyCallingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder |
emergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)
The details of the emergency calling configuration.
|
GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder |
emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The details of the emergency calling configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The details of the emergency calling configuration.
emergencyCallingConfiguration - The details of the emergency calling configuration.default GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)
The details of the emergency calling configuration.
This is a convenience method that creates an instance of theEmergencyCallingConfiguration.Builder
avoiding the need to create one manually via EmergencyCallingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to emergencyCallingConfiguration(EmergencyCallingConfiguration).
emergencyCallingConfiguration - a consumer that will call methods on EmergencyCallingConfiguration.BuilderemergencyCallingConfiguration(EmergencyCallingConfiguration)Copyright © 2023. All rights reserved.