public static interface ProcessDetails.Builder extends SdkPojo, CopyableBuilder<ProcessDetails.Builder,ProcessDetails>
| Modifier and Type | Method and Description |
|---|---|
ProcessDetails.Builder |
launchedAt(String launchedAt)
The date/time that 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)
The date/time that the process was terminated.
|
copyapplyMutation, 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.
parentPid - The parent process ID.ProcessDetails.Builder launchedAt(String launchedAt)
The date/time that the process was launched.
launchedAt - The date/time that the process was launched.ProcessDetails.Builder terminatedAt(String terminatedAt)
The date/time that the process was terminated.
terminatedAt - The date/time that the process was terminated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.