public static class ProcessSetSpecificationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProcessSetSpecificationDetails |
build() |
ProcessSetSpecificationDetails.Builder |
copy(ProcessSetSpecificationDetails model) |
ProcessSetSpecificationDetails.Builder |
label(String label)
Optional label used to identify a single filter.
|
ProcessSetSpecificationDetails.Builder |
processCommand(String processCommand)
String literal used for exact matching on process name.
|
ProcessSetSpecificationDetails.Builder |
processLineRegexPattern(String processLineRegexPattern)
Regex pattern matching on process arguments.
|
ProcessSetSpecificationDetails.Builder |
processUser(String processUser)
String literal used for exact matching on process user.
|
public ProcessSetSpecificationDetails.Builder label(String label)
Optional label used to identify a single filter.
label
- the value to setpublic ProcessSetSpecificationDetails.Builder processCommand(String processCommand)
String literal used for exact matching on process name.
processCommand
- the value to setpublic ProcessSetSpecificationDetails.Builder processUser(String processUser)
String literal used for exact matching on process user.
processUser
- the value to setpublic ProcessSetSpecificationDetails.Builder processLineRegexPattern(String processLineRegexPattern)
Regex pattern matching on process arguments.
processLineRegexPattern
- the value to setpublic ProcessSetSpecificationDetails build()
public ProcessSetSpecificationDetails.Builder copy(ProcessSetSpecificationDetails model)
Copyright © 2016–2024. All rights reserved.