public static interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder |
emergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)
The updated configuration.
|
PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder |
emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The updated configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The updated configuration.
emergencyCallingConfiguration - The updated configuration.default PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)
The updated 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.