Interface AgentQualityMetrics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentQualityMetrics.Builder,
,AgentQualityMetrics> SdkBuilder<AgentQualityMetrics.Builder,
,AgentQualityMetrics> SdkPojo
- Enclosing class:
AgentQualityMetrics
@Mutable
@NotThreadSafe
public static interface AgentQualityMetrics.Builder
extends SdkPojo, CopyableBuilder<AgentQualityMetrics.Builder,AgentQualityMetrics>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AgentQualityMetrics.Builder
Information about the audio quality of the Agentaudio
(AudioQualityMetricsInfo audio) Information about the audio quality of the AgentMethods 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 Agent
- Parameters:
audio
- Information about the audio quality of the Agent- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audio
Information about the audio quality of the Agent
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:
-