Interface PutPartnerEventsResponse.Builder

    • Method Detail

      • failedEntryCount

        PutPartnerEventsResponse.Builder failedEntryCount​(Integer failedEntryCount)

        The number of events from this operation that could not be written to the partner event bus.

        Parameters:
        failedEntryCount - The number of events from this operation that could not be written to the partner event bus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        PutPartnerEventsResponse.Builder entries​(Collection<PutPartnerEventsResultEntry> entries)

        The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.

        For each record, the index of the response element is the same as the index in the request array.

        Parameters:
        entries - The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.

        For each record, the index of the response element is the same as the index in the request array.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        PutPartnerEventsResponse.Builder entries​(PutPartnerEventsResultEntry... entries)

        The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.

        For each record, the index of the response element is the same as the index in the request array.

        Parameters:
        entries - The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.

        For each record, the index of the response element is the same as the index in the request array.

        Returns:
        Returns a reference to this object so that method calls can be chained together.