Interface LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes
- All Known Subinterfaces:
LoadBalancingRule.Update
- Enclosing interface:
- LoadBalancingRule.UpdateStages
public static interface LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes
The stage of a load balancing rule update allowing to modify the connection timeout for idle connections.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdleTimeoutInMinutes(int minutes) Specifies the number of minutes before an idle connection is closed.
-
Method Details
-
withIdleTimeoutInMinutes
Specifies the number of minutes before an idle connection is closed.- Parameters:
minutes- the desired number of minutes- Returns:
- the next stage of the update
-