Interface FabricConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FabricConfiguration.Builder,,FabricConfiguration> SdkBuilder<FabricConfiguration.Builder,,FabricConfiguration> SdkPojo
- Enclosing class:
FabricConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionrecoveryLatencyMode(String recoveryLatencyMode) The recovery latency mode for the router fabric connection.recoveryLatencyMode(FabricLatencyMode recoveryLatencyMode) The recovery latency mode for the router fabric connection.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
-
recoveryLatencyMode
The recovery latency mode for the router fabric connection. Valid values include the following:
-
BALANCED(default) – Optimizes for stream quality. -
LOW_LATENCY– Reduces latency at the potential cost of stream quality under adverse network conditions.
- Parameters:
recoveryLatencyMode- The recovery latency mode for the router fabric connection. Valid values include the following:-
BALANCED(default) – Optimizes for stream quality. -
LOW_LATENCY– Reduces latency at the potential cost of stream quality under adverse network conditions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
recoveryLatencyMode
The recovery latency mode for the router fabric connection. Valid values include the following:
-
BALANCED(default) – Optimizes for stream quality. -
LOW_LATENCY– Reduces latency at the potential cost of stream quality under adverse network conditions.
- Parameters:
recoveryLatencyMode- The recovery latency mode for the router fabric connection. Valid values include the following:-
BALANCED(default) – Optimizes for stream quality. -
LOW_LATENCY– Reduces latency at the potential cost of stream quality under adverse network conditions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-