Uses of Interface
software.amazon.awssdk.services.ec2.model.AvailabilityZoneAddress.Builder
Packages that use AvailabilityZoneAddress.Builder
-
Uses of AvailabilityZoneAddress.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AvailabilityZoneAddress.BuilderModifier and TypeMethodDescriptionAvailabilityZoneAddress.Builder.allocationIds(String... allocationIds) The allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.AvailabilityZoneAddress.Builder.allocationIds(Collection<String> allocationIds) The allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.AvailabilityZoneAddress.Builder.availabilityZone(String availabilityZone) For regional NAT gateways only: The Availability Zone where this specific NAT gateway configuration will be active.AvailabilityZoneAddress.Builder.availabilityZoneId(String availabilityZoneId) For regional NAT gateways only: The ID of the Availability Zone where this specific NAT gateway configuration will be active.AvailabilityZoneAddress.builder()AvailabilityZoneAddress.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AvailabilityZoneAddress.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AvailabilityZoneAddress.Builder>AvailabilityZoneAddress.serializableBuilderClass()