Interface StartLoaderJobResponse.Builder

    • Method Detail

      • status

        StartLoaderJobResponse.Builder status​(String status)

        The HTTP return code indicating the status of the load job.

        Parameters:
        status - The HTTP return code indicating the status of the load job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        StartLoaderJobResponse.Builder payload​(Map<String,​String> payload)

        Contains a loadId name-value pair that provides an identifier for the load operation.

        Parameters:
        payload - Contains a loadId name-value pair that provides an identifier for the load operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.