static EventLogEntry.Builder |
EventLogEntry.builder() |
|
EventLogEntry.Builder |
EventLogEntry.Builder.errorCode(String errorCode) |
The code of the error, if any.
|
EventLogEntry.Builder |
EventLogEntry.Builder.eventCategory(String eventCategory) |
The category for the event.
|
EventLogEntry.Builder |
EventLogEntry.Builder.eventName(String eventName) |
The name of the event.
|
EventLogEntry.Builder |
EventLogEntry.Builder.eventSource(String eventSource) |
The source of the event.
|
EventLogEntry.Builder |
EventLogEntry.Builder.eventTime(Instant eventTime) |
The time the event took place, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
|
EventLogEntry.Builder |
EventLogEntry.Builder.eventType(String eventType) |
The type of the event.
|
EventLogEntry.Builder |
EventLogEntry.Builder.id(String id) |
The system-generated unique ID of the event.
|
EventLogEntry.Builder |
EventLogEntry.Builder.operationType(String operationType) |
The type of the event.
|
EventLogEntry.Builder |
EventLogEntry.Builder.operationType(OperationType operationType) |
The type of the event.
|
default EventLogEntry.Builder |
EventLogEntry.Builder.projectInformation(Consumer<ProjectInformation.Builder> projectInformation) |
Information about the project where the event occurred.
|
EventLogEntry.Builder |
EventLogEntry.Builder.projectInformation(ProjectInformation projectInformation) |
Information about the project where the event occurred.
|
EventLogEntry.Builder |
EventLogEntry.Builder.requestId(String requestIdValue) |
The system-generated unique ID of the request.
|
default EventLogEntry.Builder |
EventLogEntry.Builder.requestPayload(Consumer<EventPayload.Builder> requestPayload) |
Information about the payload of the request.
|
EventLogEntry.Builder |
EventLogEntry.Builder.requestPayload(EventPayload requestPayload) |
Information about the payload of the request.
|
default EventLogEntry.Builder |
EventLogEntry.Builder.responsePayload(Consumer<EventPayload.Builder> responsePayload) |
Information about the payload of the response, if any.
|
EventLogEntry.Builder |
EventLogEntry.Builder.responsePayload(EventPayload responsePayload) |
Information about the payload of the response, if any.
|
EventLogEntry.Builder |
EventLogEntry.Builder.sourceIpAddress(String sourceIpAddress) |
The IP address of the user whose actions are recorded in the event.
|
EventLogEntry.Builder |
EventLogEntry.toBuilder() |
|
EventLogEntry.Builder |
EventLogEntry.Builder.userAgent(String userAgent) |
The user agent whose actions are recorded in the event.
|
default EventLogEntry.Builder |
EventLogEntry.Builder.userIdentity(Consumer<UserIdentity.Builder> userIdentity) |
The system-generated unique ID of the user whose actions are recorded in the event.
|
EventLogEntry.Builder |
EventLogEntry.Builder.userIdentity(UserIdentity userIdentity) |
The system-generated unique ID of the user whose actions are recorded in the event.
|