Interface PublicIpAddress.DefinitionStages.WithAvailabilityZone
-
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithAvailabilityZoneThe stage of the IP address definition allowing to specify availability zone.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.DefinitionStages.WithCreatewithAvailabilityZone(AvailabilityZoneId zoneId)Specifies the availability zone for the IP address.
-
-
-
Method Detail
-
withAvailabilityZone
PublicIpAddress.DefinitionStages.WithCreate withAvailabilityZone(AvailabilityZoneId zoneId)
Specifies the availability zone for the IP address.- Parameters:
zoneId- the zone identifier.- Returns:
- the next stage of the definition
-
-