Interface CustomerQualityMetrics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomerQualityMetrics.Builder,
,CustomerQualityMetrics> SdkBuilder<CustomerQualityMetrics.Builder,
,CustomerQualityMetrics> SdkPojo
- Enclosing class:
CustomerQualityMetrics
@Mutable
@NotThreadSafe
public static interface CustomerQualityMetrics.Builder
extends SdkPojo, CopyableBuilder<CustomerQualityMetrics.Builder,CustomerQualityMetrics>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CustomerQualityMetrics.Builder
Information 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
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
-
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.Builder
avoiding the need to create one manually viaAudioQualityMetricsInfo.builder()
.When the
Consumer
completes,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:
-