Interface ExportStatus.Builder

  • Method Details

    • 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:
    • statusCode

      ExportStatus.Builder statusCode(ExportStatusCode 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:
    • statusReason

      ExportStatus.Builder statusReason(String statusReason)

      The description for the status code.

      Parameters:
      statusReason - The description for the status code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      ExportStatus.Builder statusReason(ExecutionStatusReason statusReason)

      The description for the status code.

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