public static interface ProcessDetails.Builder extends SdkPojo, CopyableBuilder<ProcessDetails.Builder,ProcessDetails>
| Modifier and Type | Method and Description |
|---|---|
ProcessDetails.Builder |
launchedAt(String launchedAt)
Indicates when the process was launched.
|
ProcessDetails.Builder |
name(String name)
The name of the process.
|
ProcessDetails.Builder |
parentPid(Integer parentPid)
The parent process ID.
|
ProcessDetails.Builder |
path(String path)
The path to the process executable.
|
ProcessDetails.Builder |
pid(Integer pid)
The process ID.
|
ProcessDetails.Builder |
terminatedAt(String terminatedAt)
Indicates when the process was terminated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessDetails.Builder name(String name)
The name of the process.
name - The name of the process.ProcessDetails.Builder path(String path)
The path to the process executable.
path - The path to the process executable.ProcessDetails.Builder pid(Integer pid)
The process ID.
pid - The process ID.ProcessDetails.Builder parentPid(Integer parentPid)
The parent process ID. This field accepts positive integers between O and
2147483647.
parentPid - The parent process ID. This field accepts positive integers between O and
2147483647.ProcessDetails.Builder launchedAt(String launchedAt)
Indicates when the process was launched.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
launchedAt - Indicates when the process was launched.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
ProcessDetails.Builder terminatedAt(String terminatedAt)
Indicates when the process was terminated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
terminatedAt - Indicates when the process was terminated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.