Interface LineageObject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LineageObject.Builder,
,LineageObject> SdkBuilder<LineageObject.Builder,
,LineageObject> SdkPojo
- Enclosing class:
LineageObject
public static interface LineageObject.Builder
extends SdkPojo, CopyableBuilder<LineageObject.Builder,LineageObject>
-
Method Summary
Modifier and TypeMethodDescriptionThe effective user ID that was used to execute the process.executablePath
(String executablePath) The absolute path of the process executable file.The name of the process.namespacePid
(Integer namespacePid) The process ID of the child process.parentUuid
(String parentUuid) The unique ID of the parent process.The ID of the process.The time when the process started.The user ID of the user that executed the process.The unique ID assigned to the process by GuardDuty.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
startTime
The time when the process started. This is in UTC format.
- Parameters:
startTime
- The time when the process started. This is in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespacePid
The process ID of the child process.
- Parameters:
namespacePid
- The process ID of the child process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The user ID of the user that executed the process.
- Parameters:
userId
- The user ID of the user that executed the process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the process.
- Parameters:
name
- The name of the process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pid
The ID of the process.
- Parameters:
pid
- The ID of the process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uuid
The unique ID assigned to the process by GuardDuty.
- Parameters:
uuid
- The unique ID assigned to the process by GuardDuty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executablePath
The absolute path of the process executable file.
- Parameters:
executablePath
- The absolute path of the process executable file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
euid
The effective user ID that was used to execute the process.
- Parameters:
euid
- The effective user ID that was used to execute the process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentUuid
The unique ID of the parent process. This ID is assigned to the parent process by GuardDuty.
- Parameters:
parentUuid
- The unique ID of the parent process. This ID is assigned to the parent process by GuardDuty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-