public static class OsCommandUpdateQueryProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OsCommandUpdateQueryProperties.Builder |
arguments(String arguments)
Arguments required by either command or script
|
OsCommandUpdateQueryProperties |
build() |
OsCommandUpdateQueryProperties.Builder |
command(String command)
OS command to execute without arguments
|
OsCommandUpdateQueryProperties.Builder |
copy(OsCommandUpdateQueryProperties model) |
OsCommandUpdateQueryProperties.Builder |
delimiter(String delimiter)
Character used to delimit multiple metric values in single line of output
|
OsCommandUpdateQueryProperties.Builder |
scriptDetails(ScriptFileDetails scriptDetails) |
OsCommandUpdateQueryProperties.Builder |
startsWith(String startsWith)
String prefix used to identify metric output of the OS Command
|
public OsCommandUpdateQueryProperties.Builder command(String command)
OS command to execute without arguments
command
- the value to setpublic OsCommandUpdateQueryProperties.Builder delimiter(String delimiter)
Character used to delimit multiple metric values in single line of output
delimiter
- the value to setpublic OsCommandUpdateQueryProperties.Builder scriptDetails(ScriptFileDetails scriptDetails)
public OsCommandUpdateQueryProperties.Builder arguments(String arguments)
Arguments required by either command or script
arguments
- the value to setpublic OsCommandUpdateQueryProperties.Builder startsWith(String startsWith)
String prefix used to identify metric output of the OS Command
startsWith
- the value to setpublic OsCommandUpdateQueryProperties build()
public OsCommandUpdateQueryProperties.Builder copy(OsCommandUpdateQueryProperties model)
Copyright © 2016–2024. All rights reserved.