Interface DeleteCoipCidrRequest.Builder

    • Method Detail

      • cidr

        DeleteCoipCidrRequest.Builder cidr​(String cidr)

        A customer-owned IP address range that you want to delete.

        Parameters:
        cidr - A customer-owned IP address range that you want to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coipPoolId

        DeleteCoipCidrRequest.Builder coipPoolId​(String coipPoolId)

        The ID of the customer-owned address pool.

        Parameters:
        coipPoolId - The ID of the customer-owned address pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        DeleteCoipCidrRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.