Interface LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerOutboundRule.Definition<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule.DefinitionStages
public static interface LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout<ParentT>The stage of an outbound rule definition allowing to specify the idle connection timeout for this outbound rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>withIdleTimeoutInMinutes(int minutes)Specifies the idle connection timeout in minutes.
-
-
-
Method Detail
-
withIdleTimeoutInMinutes
LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT> withIdleTimeoutInMinutes(int minutes)
Specifies the idle connection timeout in minutes.- Parameters:
minutes- a number of minutes- Returns:
- the next stage of the definition
-
-