Interface Subnet.Builder

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

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

    • subnetIdentifier

      Subnet.Builder subnetIdentifier(String subnetIdentifier)

      The system-assigned identifier for the subnet.

      Parameters:
      subnetIdentifier - The system-assigned identifier for the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetAvailabilityZone

      Subnet.Builder subnetAvailabilityZone(String subnetAvailabilityZone)

      The Availability Zone (AZ) for the subnet.

      Parameters:
      subnetAvailabilityZone - The Availability Zone (AZ) for the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.