Uses of Interface
software.amazon.awssdk.services.ec2.model.AvailabilityZone.Builder
Packages that use AvailabilityZone.Builder
-
Uses of AvailabilityZone.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AvailabilityZone.BuilderModifier and TypeMethodDescriptionstatic AvailabilityZone.BuilderAvailabilityZone.builder()AvailabilityZone.Builder.geography(Collection<AvailabilityZoneGeography> geography) The geography information for the Availability Zone or Local Zone.AvailabilityZone.Builder.geography(Consumer<AvailabilityZoneGeography.Builder>... geography) The geography information for the Availability Zone or Local Zone.AvailabilityZone.Builder.geography(AvailabilityZoneGeography... geography) The geography information for the Availability Zone or Local Zone.AvailabilityZone.Builder.groupLongName(String groupLongName) The long name of the Availability Zone group, Local Zone group, or Wavelength Zone group.The name of the zone group.AvailabilityZone.Builder.messages(Collection<AvailabilityZoneMessage> messages) Any messages about the Availability Zone, Local Zone, or Wavelength Zone.AvailabilityZone.Builder.messages(Consumer<AvailabilityZoneMessage.Builder>... messages) Any messages about the Availability Zone, Local Zone, or Wavelength Zone.AvailabilityZone.Builder.messages(AvailabilityZoneMessage... messages) Any messages about the Availability Zone, Local Zone, or Wavelength Zone.AvailabilityZone.Builder.networkBorderGroup(String networkBorderGroup) The name of the network border group.AvailabilityZone.Builder.optInStatus(String optInStatus) For Availability Zones, this parameter always has the value ofopt-in-not-required.AvailabilityZone.Builder.optInStatus(AvailabilityZoneOptInStatus optInStatus) For Availability Zones, this parameter always has the value ofopt-in-not-required.AvailabilityZone.Builder.parentZoneId(String parentZoneId) The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.AvailabilityZone.Builder.parentZoneName(String parentZoneName) The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.AvailabilityZone.Builder.regionName(String regionName) The name of the Region.The state of the Availability Zone, Local Zone, or Wavelength Zone.AvailabilityZone.Builder.state(AvailabilityZoneState state) The state of the Availability Zone, Local Zone, or Wavelength Zone.AvailabilityZone.Builder.subGeography(Collection<AvailabilityZoneSubGeography> subGeography) The sub-geography information for the Availability Zone or Local Zone.AvailabilityZone.Builder.subGeography(Consumer<AvailabilityZoneSubGeography.Builder>... subGeography) The sub-geography information for the Availability Zone or Local Zone.AvailabilityZone.Builder.subGeography(AvailabilityZoneSubGeography... subGeography) The sub-geography information for the Availability Zone or Local Zone.AvailabilityZone.toBuilder()The ID of the Availability Zone, Local Zone, or Wavelength Zone.The name of the Availability Zone, Local Zone, or Wavelength Zone.The type of zone.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AvailabilityZone.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AvailabilityZone.Builder>AvailabilityZone.serializableBuilderClass()