Interface LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes
-
- All Known Subinterfaces:
LoadBalancingRule.Update
- Enclosing interface:
- LoadBalancingRule.UpdateStages
public static interface LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutesThe stage of a load balancing rule update allowing to modify the connection timeout for idle connections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancingRule.UpdatewithIdleTimeoutInMinutes(int minutes)Specifies the number of minutes before an idle connection is closed.
-
-
-
Method Detail
-
withIdleTimeoutInMinutes
LoadBalancingRule.Update withIdleTimeoutInMinutes(int minutes)
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
-
-