Interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkVoiceResponse.Builder,CopyableBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>,SdkBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutVoiceConnectorEmergencyCallingConfigurationResponse
public static interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutVoiceConnectorEmergencyCallingConfigurationResponse.BuilderemergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)The updated configuration.PutVoiceConnectorEmergencyCallingConfigurationResponse.BuilderemergencyCallingConfiguration(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaEmergencyCallingConfiguration.builder().When the
Consumercompletes,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:
emergencyCallingConfiguration(EmergencyCallingConfiguration)
-
-