Interface MovingAddressStatus.Builder

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

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

    • moveStatus

      MovingAddressStatus.Builder moveStatus(String moveStatus)

      The status of the Elastic IP address that's being moved or restored.

      Parameters:
      moveStatus - The status of the Elastic IP address that's being moved or restored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • moveStatus

      MovingAddressStatus.Builder moveStatus(MoveStatus moveStatus)

      The status of the Elastic IP address that's being moved or restored.

      Parameters:
      moveStatus - The status of the Elastic IP address that's being moved or restored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • publicIp

      MovingAddressStatus.Builder publicIp(String publicIp)

      The Elastic IP address.

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