public static interface LineageObject.Builder extends SdkPojo, CopyableBuilder<LineageObject.Builder,LineageObject>
| Modifier and Type | Method and Description |
|---|---|
LineageObject.Builder |
euid(Integer euid)
The effective user ID that was used to execute the process.
|
LineageObject.Builder |
executablePath(String executablePath)
The absolute path of the process executable file.
|
LineageObject.Builder |
name(String name)
The name of the process.
|
LineageObject.Builder |
namespacePid(Integer namespacePid)
The process ID of the child process.
|
LineageObject.Builder |
parentUuid(String parentUuid)
The unique ID of the parent process.
|
LineageObject.Builder |
pid(Integer pid)
The ID of the process.
|
LineageObject.Builder |
startTime(Instant startTime)
The time when the process started.
|
LineageObject.Builder |
userId(Integer userId)
The user ID of the user that executed the process.
|
LineageObject.Builder |
uuid(String uuid)
The unique ID assigned to the process by GuardDuty.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineageObject.Builder startTime(Instant startTime)
The time when the process started. This is in UTC format.
startTime - The time when the process started. This is in UTC format.LineageObject.Builder namespacePid(Integer namespacePid)
The process ID of the child process.
namespacePid - The process ID of the child process.LineageObject.Builder userId(Integer userId)
The user ID of the user that executed the process.
userId - The user ID of the user that executed the process.LineageObject.Builder name(String name)
The name of the process.
name - The name of the process.LineageObject.Builder pid(Integer pid)
The ID of the process.
pid - The ID of the process.LineageObject.Builder uuid(String uuid)
The unique ID assigned to the process by GuardDuty.
uuid - The unique ID assigned to the process by GuardDuty.LineageObject.Builder executablePath(String executablePath)
The absolute path of the process executable file.
executablePath - The absolute path of the process executable file.LineageObject.Builder euid(Integer euid)
The effective user ID that was used to execute the process.
euid - The effective user ID that was used to execute the process.LineageObject.Builder parentUuid(String parentUuid)
The unique ID of the parent process. This ID is assigned to the parent process by GuardDuty.
parentUuid - The unique ID of the parent process. This ID is assigned to the parent process by GuardDuty.Copyright © 2023. All rights reserved.