Interface ServiceJobAttemptDetail.Builder

    • Method Detail

      • serviceResourceId

        ServiceJobAttemptDetail.Builder serviceResourceId​(ServiceResourceId serviceResourceId)

        The service resource identifier associated with the service job attempt.

        Parameters:
        serviceResourceId - The service resource identifier associated with the service job attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAt

        ServiceJobAttemptDetail.Builder startedAt​(Long startedAt)

        The Unix timestamp (in milliseconds) for when the service job attempt was started.

        Parameters:
        startedAt - The Unix timestamp (in milliseconds) for when the service job attempt was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stoppedAt

        ServiceJobAttemptDetail.Builder stoppedAt​(Long stoppedAt)

        The Unix timestamp (in milliseconds) for when the service job attempt stopped running.

        Parameters:
        stoppedAt - The Unix timestamp (in milliseconds) for when the service job attempt stopped running.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusReason

        ServiceJobAttemptDetail.Builder statusReason​(String statusReason)

        A string that provides additional details for the current status of the service job attempt.

        Parameters:
        statusReason - A string that provides additional details for the current status of the service job attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.