Interface LoadBalancerPrivateFrontend.DefinitionStages.WithAvailabilityZone<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerPrivateFrontend.Definition<ParentT>, LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
LoadBalancerPrivateFrontend.DefinitionStages
public static interface LoadBalancerPrivateFrontend.DefinitionStages.WithAvailabilityZone<ParentT>
The stage of a private frontend definition allowing to specify availability zone.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the availability zone for the private frontend.
-
Method Details
-
withAvailabilityZone
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> withAvailabilityZone(AvailabilityZoneId zoneId) Specifies the availability zone for the private frontend.- Parameters:
zoneId- the zone identifier.- Returns:
- the next stage of the definition
-