Interface CustomerQualityMetrics.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CustomerQualityMetrics.Builder,,CustomerQualityMetrics> SdkBuilder<CustomerQualityMetrics.Builder,,CustomerQualityMetrics> SdkPojo
- Enclosing class:
 CustomerQualityMetrics
public static interface CustomerQualityMetrics.Builder
extends SdkPojo, CopyableBuilder<CustomerQualityMetrics.Builder,CustomerQualityMetrics> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CustomerQualityMetrics.BuilderInformation about the audio quality of the Customeraudio(AudioQualityMetricsInfo audio) Information about the audio quality of the CustomerMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
audio
Information about the audio quality of the Customer
- Parameters:
 audio- Information about the audio quality of the Customer- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
audio
Information about the audio quality of the Customer
This is a convenience method that creates an instance of theAudioQualityMetricsInfo.Builderavoiding the need to create one manually viaAudioQualityMetricsInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaudio(AudioQualityMetricsInfo).- Parameters:
 audio- a consumer that will call methods onAudioQualityMetricsInfo.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -