Interface PublicIpPrefix.DefinitionStages.WithAvailabilityZone
-
- All Known Subinterfaces:
PublicIpPrefix.Definition,PublicIpPrefix.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpPrefix.DefinitionStages
public static interface PublicIpPrefix.DefinitionStages.WithAvailabilityZoneThe stage of the Ip public prefix definition allowing to specify availability zone.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpPrefix.DefinitionStages.WithCreatewithAvailabilityZone(AvailabilityZoneId zoneId)Specifies the availability zone for the Ip address.
-
-
-
Method Detail
-
withAvailabilityZone
PublicIpPrefix.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
-
-