Interface ExportStatus.Builder

    • Method Detail

      • createdAt

        ExportStatus.Builder createdAt​(Instant createdAt)

        The timestamp of when the export was created.

        Parameters:
        createdAt - The timestamp of when the export was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastRefreshedAt

        ExportStatus.Builder lastRefreshedAt​(Instant lastRefreshedAt)

        The timestamp of when the export was last generated.

        Parameters:
        lastRefreshedAt - The timestamp of when the export was last generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        ExportStatus.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of when the export was updated.

        Parameters:
        lastUpdatedAt - The timestamp of when the export was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusCode

        ExportStatus.Builder statusCode​(String statusCode)

        The status code for the request.

        Parameters:
        statusCode - The status code for the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportStatusCode, ExportStatusCode