| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static LineageObject.Builder |
LineageObject.builder() |
LineageObject.Builder |
LineageObject.Builder.euid(Integer euid)
The effective user ID that was used to execute the process.
|
LineageObject.Builder |
LineageObject.Builder.executablePath(String executablePath)
The absolute path of the process executable file.
|
LineageObject.Builder |
LineageObject.Builder.name(String name)
The name of the process.
|
LineageObject.Builder |
LineageObject.Builder.namespacePid(Integer namespacePid)
The process ID of the child process.
|
LineageObject.Builder |
LineageObject.Builder.parentUuid(String parentUuid)
The unique ID of the parent process.
|
LineageObject.Builder |
LineageObject.Builder.pid(Integer pid)
The ID of the process.
|
LineageObject.Builder |
LineageObject.Builder.startTime(Instant startTime)
The time when the process started.
|
LineageObject.Builder |
LineageObject.toBuilder() |
LineageObject.Builder |
LineageObject.Builder.userId(Integer userId)
The user ID of the user that executed the process.
|
LineageObject.Builder |
LineageObject.Builder.uuid(String uuid)
The unique ID assigned to the process by GuardDuty.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LineageObject.Builder> |
LineageObject.serializableBuilderClass() |
Copyright © 2023. All rights reserved.