Interface LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerInboundNatRule.UpdateDefinition<ParentT>, LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
LoadBalancerInboundNatRule.UpdateDefinitionStages
public static interface LoadBalancerInboundNatRule.UpdateDefinitionStages.WithIdleTimeout<ParentT>
The stage of an inbound NAT rule definition allowing to specify the idle connection timeout for this inbound
NAT rule.
-
Method Summary
Modifier and TypeMethodDescriptionwithIdleTimeoutInMinutes(int minutes) Specifies the idle connection timeout in minutes.
-
Method Details
-
withIdleTimeoutInMinutes
LoadBalancerInboundNatRule.UpdateDefinitionStages.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
-