Interface StreamingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StreamingConfiguration.Builder,,StreamingConfiguration> SdkBuilder<StreamingConfiguration.Builder,,StreamingConfiguration> SdkPojo
- Enclosing class:
StreamingConfiguration
@Mutable
@NotThreadSafe
public static interface StreamingConfiguration.Builder
extends SdkPojo, CopyableBuilder<StreamingConfiguration.Builder,StreamingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionenableResponseStreaming(Boolean enableResponseStreaming) Indicates whether response streaming is enabled for the gateway.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
-
enableResponseStreaming
Indicates whether response streaming is enabled for the gateway. When set to
true, the gateway streams responses from targets back to the client.- Parameters:
enableResponseStreaming- Indicates whether response streaming is enabled for the gateway. When set totrue, the gateway streams responses from targets back to the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-