Interface GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkVoiceResponse.Builder,CopyableBuilder<GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder,GetVoiceConnectorEmergencyCallingConfigurationResponse>,SdkBuilder<GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder,GetVoiceConnectorEmergencyCallingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVoiceConnectorEmergencyCallingConfigurationResponse
public static interface GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder,GetVoiceConnectorEmergencyCallingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetVoiceConnectorEmergencyCallingConfigurationResponse.BuilderemergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)The details of the emergency calling configuration.GetVoiceConnectorEmergencyCallingConfigurationResponse.BuilderemergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)The details of the emergency calling 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
GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The details of the emergency calling configuration.
- Parameters:
emergencyCallingConfiguration- The details of the emergency calling configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emergencyCallingConfiguration
default GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder emergencyCallingConfiguration(Consumer<EmergencyCallingConfiguration.Builder> emergencyCallingConfiguration)
The details of the emergency calling 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)
-
-