Interface AvailabilityZone.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>, SdkBuilder<AvailabilityZone.Builder,AvailabilityZone>, SdkPojo
Enclosing class:
AvailabilityZone

public static interface AvailabilityZone.Builder extends SdkPojo, CopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
  • Method Details

    • zoneName

      AvailabilityZone.Builder zoneName(String zoneName)

      The name of the Availability Zone.

      Parameters:
      zoneName - The name of the Availability Zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetId

      AvailabilityZone.Builder subnetId(String subnetId)

      The ID of the subnet. You can specify one subnet per Availability Zone.

      Parameters:
      subnetId - The ID of the subnet. You can specify one subnet per Availability Zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.