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