public static interface PutAuditEventsResponse.Builder extends CloudTrailDataResponse.Builder, SdkPojo, CopyableBuilder<PutAuditEventsResponse.Builder,PutAuditEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
PutAuditEventsResponse.Builder |
failed(Consumer<ResultErrorEntry.Builder>... 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.
|
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.
|
PutAuditEventsResponse.Builder |
successful(AuditEventResultEntry... successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
PutAuditEventsResponse.Builder |
successful(Collection<AuditEventResultEntry> successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
PutAuditEventsResponse.Builder |
successful(Consumer<AuditEventResultEntry.Builder>... successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAuditEventsResponse.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.
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.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.
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.PutAuditEventsResponse.Builder failed(Consumer<ResultErrorEntry.Builder>... 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.
This is a convenience method that creates an instance of theResultErrorEntry.Builder avoiding the need to
create one manually via
ResultErrorEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #failed(List.
failed - a consumer that will call methods on
ResultErrorEntry.Builder#failed(java.util.Collection) PutAuditEventsResponse.Builder successful(Collection<AuditEventResultEntry> successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
successful - Lists events in the provided event payload that were successfully ingested into CloudTrail.PutAuditEventsResponse.Builder successful(AuditEventResultEntry... successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
successful - Lists events in the provided event payload that were successfully ingested into CloudTrail.PutAuditEventsResponse.Builder successful(Consumer<AuditEventResultEntry.Builder>... successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
This is a convenience method that creates an instance of theAuditEventResultEntry.Builder avoiding the need
to create one manually via
AuditEventResultEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #successful(List.
successful - a consumer that will call methods on
AuditEventResultEntry.Builder#successful(java.util.Collection) Copyright © 2023. All rights reserved.