Interface AudioFeatures.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AudioFeatures.Builder,,- AudioFeatures> - SdkBuilder<AudioFeatures.Builder,,- AudioFeatures> - SdkPojo
- Enclosing class:
- AudioFeatures
@Mutable
@NotThreadSafe
public static interface AudioFeatures.Builder
extends SdkPojo, CopyableBuilder<AudioFeatures.Builder,AudioFeatures> 
- 
Method SummaryModifier and TypeMethodDescriptionechoReduction(String echoReduction) Makes echo reduction available to clients who connect to the meeting.echoReduction(MeetingFeatureStatus echoReduction) Makes echo reduction available to clients who connect to the meeting.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
echoReductionMakes echo reduction available to clients who connect to the meeting. - Parameters:
- echoReduction- Makes echo reduction available to clients who connect to the meeting.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
echoReductionMakes echo reduction available to clients who connect to the meeting. - Parameters:
- echoReduction- Makes echo reduction available to clients who connect to the meeting.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-