Class OsCommandUpdateQueryProperties.Builder
- java.lang.Object
-
- com.oracle.bmc.stackmonitoring.model.OsCommandUpdateQueryProperties.Builder
-
- Enclosing class:
- OsCommandUpdateQueryProperties
public static class OsCommandUpdateQueryProperties.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsCommandUpdateQueryProperties.Builder
arguments(String arguments)
Arguments required by either command or scriptOsCommandUpdateQueryProperties
build()
OsCommandUpdateQueryProperties.Builder
command(String command)
OS command to execute without argumentsOsCommandUpdateQueryProperties.Builder
copy(OsCommandUpdateQueryProperties model)
OsCommandUpdateQueryProperties.Builder
delimiter(String delimiter)
Character used to delimit multiple metric values in single line of outputOsCommandUpdateQueryProperties.Builder
scriptDetails(ScriptFileDetails scriptDetails)
OsCommandUpdateQueryProperties.Builder
startsWith(String startsWith)
String prefix used to identify metric output of the OS Command
-
-
-
Method Detail
-
command
public OsCommandUpdateQueryProperties.Builder command(String command)
OS command to execute without arguments- Parameters:
command
- the value to set- Returns:
- this builder
-
delimiter
public OsCommandUpdateQueryProperties.Builder delimiter(String delimiter)
Character used to delimit multiple metric values in single line of output- Parameters:
delimiter
- the value to set- Returns:
- this builder
-
scriptDetails
public OsCommandUpdateQueryProperties.Builder scriptDetails(ScriptFileDetails scriptDetails)
-
arguments
public OsCommandUpdateQueryProperties.Builder arguments(String arguments)
Arguments required by either command or script- Parameters:
arguments
- the value to set- Returns:
- this builder
-
startsWith
public OsCommandUpdateQueryProperties.Builder startsWith(String startsWith)
String prefix used to identify metric output of the OS Command- Parameters:
startsWith
- the value to set- Returns:
- this builder
-
build
public OsCommandUpdateQueryProperties build()
-
copy
public OsCommandUpdateQueryProperties.Builder copy(OsCommandUpdateQueryProperties model)
-
-