Interface PutAuditEventsResponse.Builder

    • Method Detail

      • failed

        PutAuditEventsResponse.Builder failed​(Collection<ResultErrorEntry> failed)

        Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.

        Parameters:
        failed - Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failed

        PutAuditEventsResponse.Builder failed​(ResultErrorEntry... failed)

        Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.

        Parameters:
        failed - Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error code and error message returned for events that could not be ingested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successful

        PutAuditEventsResponse.Builder successful​(Collection<AuditEventResultEntry> successful)

        Lists events in the provided event payload that were successfully ingested into CloudTrail.

        Parameters:
        successful - Lists events in the provided event payload that were successfully ingested into CloudTrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successful

        PutAuditEventsResponse.Builder successful​(AuditEventResultEntry... successful)

        Lists events in the provided event payload that were successfully ingested into CloudTrail.

        Parameters:
        successful - Lists events in the provided event payload that were successfully ingested into CloudTrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.