Interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>,SdkBuilder<PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder,PutVoiceConnectorEmergencyCallingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutVoiceConnectorEmergencyCallingConfigurationResponse
public static interface PutVoiceConnectorEmergencyCallingConfigurationResponse.Builder extends ChimeResponse.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 emergency calling configuration details.PutVoiceConnectorEmergencyCallingConfigurationResponse.BuilderemergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)The emergency calling configuration details.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.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 emergency calling configuration details.
- Parameters:
emergencyCallingConfiguration- The emergency calling configuration details.- 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 emergency calling configuration details.
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)
-
-