Class OsCommandQueryProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.stackmonitoring.model.OsCommandQueryProperties.Builder
 
- 
- Enclosing class:
- OsCommandQueryProperties
 
 public static class OsCommandQueryProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OsCommandQueryProperties.Builderarguments(String arguments)Arguments required by either command or scriptOsCommandQueryPropertiesbuild()OsCommandQueryProperties.Buildercommand(String command)OS command to execute without argumentsOsCommandQueryProperties.Buildercopy(OsCommandQueryProperties model)OsCommandQueryProperties.Builderdelimiter(String delimiter)Character used to delimit multiple metric values in single line of outputOsCommandQueryProperties.BuilderscriptDetails(ScriptFileDetails scriptDetails)OsCommandQueryProperties.BuilderstartsWith(String startsWith)String prefix used to identify metric output of the OS Command
 
- 
- 
- 
Method Detail- 
commandpublic OsCommandQueryProperties.Builder command(String command) OS command to execute without arguments- Parameters:
- command- the value to set
- Returns:
- this builder
 
 - 
delimiterpublic OsCommandQueryProperties.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
 
 - 
scriptDetailspublic OsCommandQueryProperties.Builder scriptDetails(ScriptFileDetails scriptDetails) 
 - 
argumentspublic OsCommandQueryProperties.Builder arguments(String arguments) Arguments required by either command or script- Parameters:
- arguments- the value to set
- Returns:
- this builder
 
 - 
startsWithpublic OsCommandQueryProperties.Builder startsWith(String startsWith) String prefix used to identify metric output of the OS Command- Parameters:
- startsWith- the value to set
- Returns:
- this builder
 
 - 
buildpublic OsCommandQueryProperties build() 
 - 
copypublic OsCommandQueryProperties.Builder copy(OsCommandQueryProperties model) 
 
- 
 
-