Interface PutProjectEventsResultEntry.Builder

    • Method Detail

      • errorCode

        PutProjectEventsResultEntry.Builder errorCode​(String errorCode)

        If the PutProjectEvents operation has an error, the error code is returned here.

        Parameters:
        errorCode - If the PutProjectEvents operation has an error, the error code is returned here.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        PutProjectEventsResultEntry.Builder errorMessage​(String errorMessage)

        If the PutProjectEvents operation has an error, the error message is returned here.

        Parameters:
        errorMessage - If the PutProjectEvents operation has an error, the error message is returned here.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventId

        PutProjectEventsResultEntry.Builder eventId​(String eventId)

        A unique ID assigned to this PutProjectEvents operation.

        Parameters:
        eventId - A unique ID assigned to this PutProjectEvents operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.