Interface RistRouterInputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RistRouterInputConfiguration.Builder,,RistRouterInputConfiguration> SdkBuilder<RistRouterInputConfiguration.Builder,,RistRouterInputConfiguration> SdkPojo
- Enclosing class:
RistRouterInputConfiguration
@Mutable
@NotThreadSafe
public static interface RistRouterInputConfiguration.Builder
extends SdkPojo, CopyableBuilder<RistRouterInputConfiguration.Builder,RistRouterInputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe port number used for the RIST protocol in the router input configuration.recoveryLatencyMilliseconds(Long recoveryLatencyMilliseconds) The recovery latency in milliseconds for the RIST protocol in the router input configuration.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
-
port
The port number used for the RIST protocol in the router input configuration.
- Parameters:
port- The port number used for the RIST protocol in the router input configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryLatencyMilliseconds
The recovery latency in milliseconds for the RIST protocol in the router input configuration.
- Parameters:
recoveryLatencyMilliseconds- The recovery latency in milliseconds for the RIST protocol in the router input configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-