public static interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder |
emergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)
The emergency calling configuration details.
|
PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder |
emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The emergency calling configuration details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The emergency calling configuration details.
emergencyCallingConfiguration - The emergency calling configuration details.default PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)
The emergency calling configuration details.
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 © 2022. All rights reserved.