Interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ChimeSdkVoiceResponse.Builder
,CopyableBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,
,PutVoiceConnectorEmergencyCallingConfigurationResponse> SdkBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,
,PutVoiceConnectorEmergencyCallingConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutVoiceConnectorEmergencyCallingConfigurationResponse
@Mutable
@NotThreadSafe
public static interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder
extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionemergencyCallingConfiguration
(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration) The updated configuration.emergencyCallingConfiguration
(EmergencyCallingConfiguration emergencyCallingConfiguration) The updated configuration.Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
emergencyCallingConfiguration
PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration) The updated configuration.
- Parameters:
emergencyCallingConfiguration
- The updated configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emergencyCallingConfiguration
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 viaEmergencyCallingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toemergencyCallingConfiguration(EmergencyCallingConfiguration)
.- Parameters:
emergencyCallingConfiguration
- a consumer that will call methods onEmergencyCallingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-