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