static ProcessDetails.Builder |
ProcessDetails.builder() |
|
ProcessDetails.Builder |
ProcessDetails.Builder.euid(Integer euid) |
The effective user ID of the user that executed the process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.executablePath(String executablePath) |
The absolute path of the process executable file.
|
ProcessDetails.Builder |
ProcessDetails.Builder.executableSha256(String executableSha256) |
The SHA256 hash of the process executable.
|
ProcessDetails.Builder |
ProcessDetails.Builder.lineage(Collection<LineageObject> lineage) |
Information about the process's lineage.
|
ProcessDetails.Builder |
ProcessDetails.Builder.lineage(Consumer<LineageObject.Builder>... lineage) |
Information about the process's lineage.
|
ProcessDetails.Builder |
ProcessDetails.Builder.lineage(LineageObject... lineage) |
Information about the process's lineage.
|
ProcessDetails.Builder |
ProcessDetails.Builder.name(String name) |
The name of the process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.namespacePid(Integer namespacePid) |
The ID of the child process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.parentUuid(String parentUuid) |
The unique ID of the parent process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.pid(Integer pid) |
The ID of the process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.pwd(String pwd) |
The present working directory of the process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.startTime(Instant startTime) |
The time when the process started.
|
ProcessDetails.Builder |
ProcessDetails.toBuilder() |
|
ProcessDetails.Builder |
ProcessDetails.Builder.user(String user) |
The user that executed the process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.userId(Integer userId) |
The unique ID of the user that executed the process.
|
ProcessDetails.Builder |
ProcessDetails.Builder.uuid(String uuid) |
The unique ID assigned to the process by GuardDuty.
|