Interface IPRange.Builder

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

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

    • status

      IPRange.Builder status(String status)

      The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

      Parameters:
      status - The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrip

      IPRange.Builder cidrip(String cidrip)

      The IP range.

      Parameters:
      cidrip - The IP range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.