public static interface AuditEvent.Builder extends SdkPojo, CopyableBuilder<AuditEvent.Builder,AuditEvent>
| Modifier and Type | Method and Description |
|---|---|
AuditEvent.Builder |
eventData(String eventData)
The content of an audit event that comes from the event, such as
userIdentity,
userAgent, and eventSource. |
AuditEvent.Builder |
eventDataChecksum(String eventDataChecksum)
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail receives the event that matches
with the checksum.
|
AuditEvent.Builder |
id(String id)
The original event ID from the source event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuditEvent.Builder eventData(String eventData)
The content of an audit event that comes from the event, such as userIdentity,
userAgent, and eventSource.
eventData - The content of an audit event that comes from the event, such as userIdentity,
userAgent, and eventSource.AuditEvent.Builder eventDataChecksum(String eventDataChecksum)
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail receives the event that matches with the checksum. Calculate the checksum by running a command like the following:
printf %s $eventdata | openssl dgst -binary -sha256 | base64
eventDataChecksum - A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail receives the event that
matches with the checksum. Calculate the checksum by running a command like the following:
printf %s $eventdata | openssl dgst -binary -sha256 | base64
AuditEvent.Builder id(String id)
The original event ID from the source event.
id - The original event ID from the source event.Copyright © 2023. All rights reserved.