Interface PutEventsResponse.Builder

    • Method Detail

      • failedEntryCount

        PutEventsResponse.Builder failedEntryCount​(Integer failedEntryCount)

        The number of failed entries.

        Parameters:
        failedEntryCount - The number of failed entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        PutEventsResponse.Builder entries​(Collection<PutEventsResultEntry> entries)

        The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

        Parameters:
        entries - The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        PutEventsResponse.Builder entries​(PutEventsResultEntry... entries)

        The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

        Parameters:
        entries - The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.