Interface ProcessDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProcessDetails.Builder,
,ProcessDetails> SdkBuilder<ProcessDetails.Builder,
,ProcessDetails> SdkPojo
- Enclosing class:
ProcessDetails
-
Method Summary
Modifier and TypeMethodDescriptionlaunchedAt
(String launchedAt) Indicates when the process was launched.The name of the process.The parent process ID.The path to the process executable.The process ID.terminatedAt
(String terminatedAt) Indicates when the process was terminated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the process.
Length Constraints: Minimum of 1. Maximum of 64.
- Parameters:
name
- The name of the process.Length Constraints: Minimum of 1. Maximum of 64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path to the process executable.
Length Constraints: Minimum of 1. Maximum of 512.
- Parameters:
path
- The path to the process executable.Length Constraints: Minimum of 1. Maximum of 512.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pid
The process ID.
- Parameters:
pid
- The process ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentPid
The parent process ID. This field accepts positive integers between
O
and2147483647
.- Parameters:
parentPid
- The parent process ID. This field accepts positive integers betweenO
and2147483647
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchedAt
Indicates when the process was launched.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Parameters:
launchedAt
- Indicates when the process was launched.For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminatedAt
Indicates when the process was terminated.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Parameters:
terminatedAt
- Indicates when the process was terminated.For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-