Interface GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder,GetVoiceConnectorEmergencyCallingConfigurationResponse>,SdkBuilder<GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder,GetVoiceConnectorEmergencyCallingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVoiceConnectorEmergencyCallingConfigurationResponse
public static interface GetVoiceConnectorEmergencyCallingConfigurationResponse.Builder extends ChimeResponse.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 emergency calling configuration details.GetVoiceConnectorEmergencyCallingConfigurationResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
emergencyCallingConfiguration
GetVoiceConnectorEmergencyCallingConfigurationResponse.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 GetVoiceConnectorEmergencyCallingConfigurationResponse.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)
-
-