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
Modifier and TypeMethodDescriptionwithIdleTimeoutInMinutes(int minutes) Specifies the idle connection timeout in minutes.
-
Method Details
-
withIdleTimeoutInMinutes
Specifies the idle connection timeout in minutes.- Parameters:
minutes- a number of minutes- Returns:
- the next stage of the definition
-