Interface PutEventsResultEntry.Builder

  • Method Details

    • eventId

      Sets the value of the EventId property for this object.
      Parameters:
      eventId - The new value for the EventId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sequenceNumber

      PutEventsResultEntry.Builder sequenceNumber(String sequenceNumber)
      Sets the value of the SequenceNumber property for this object.
      Parameters:
      sequenceNumber - The new value for the SequenceNumber property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • successCode

      PutEventsResultEntry.Builder successCode(String successCode)
      Sets the value of the SuccessCode property for this object.
      Parameters:
      successCode - The new value for the SuccessCode property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • successCode

      PutEventsResultEntry.Builder successCode(SuccessCode successCode)
      Sets the value of the SuccessCode property for this object.
      Parameters:
      successCode - The new value for the SuccessCode property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      PutEventsResultEntry.Builder errorCode(String errorCode)
      Sets the value of the ErrorCode property for this object.
      Parameters:
      errorCode - The new value for the ErrorCode property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      PutEventsResultEntry.Builder errorMessage(String errorMessage)
      Sets the value of the ErrorMessage property for this object.
      Parameters:
      errorMessage - The new value for the ErrorMessage property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.