Interface FlushStreamConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlushStreamConfiguration.Builder,,FlushStreamConfiguration> SdkBuilder<FlushStreamConfiguration.Builder,,FlushStreamConfiguration> SdkPojo
- Enclosing class:
FlushStreamConfiguration
@Mutable
@NotThreadSafe
public static interface FlushStreamConfiguration.Builder
extends SdkPojo, CopyableBuilder<FlushStreamConfiguration.Builder,FlushStreamConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to force the synthesis engine to immediately write buffered audio data to the output stream.Methods 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
-
force
Specifies whether to force the synthesis engine to immediately write buffered audio data to the output stream.
- Parameters:
force- Specifies whether to force the synthesis engine to immediately write buffered audio data to the output stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-