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, sdkFields
copy
applyMutation, build
ProcessDetails.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.
parentPid
- The parent process ID.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. 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. 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. 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. For example, 2020-03-22T13:22:13.933Z
.
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.