| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProcessDetails.Builder> |
ProcessDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuntimeContext.Builder |
RuntimeContext.Builder.modifyingProcess(Consumer<ProcessDetails.Builder> modifyingProcess)
Information about the process that modified the current process.
|
default RuntimeDetails.Builder |
RuntimeDetails.Builder.process(Consumer<ProcessDetails.Builder> process)
Information about the observed process.
|
default RuntimeContext.Builder |
RuntimeContext.Builder.targetProcess(Consumer<ProcessDetails.Builder> targetProcess)
Information about the process that had its memory overwritten by the current process.
|
Copyright © 2023. All rights reserved.