Class UpdateRunLocalScriptUserDefinedStepDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateRunLocalScriptUserDefinedStepDetails.Builder
 
- 
- Enclosing class:
- UpdateRunLocalScriptUserDefinedStepDetails
 
 public static class UpdateRunLocalScriptUserDefinedStepDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRunLocalScriptUserDefinedStepDetailsbuild()UpdateRunLocalScriptUserDefinedStepDetails.Buildercopy(UpdateRunLocalScriptUserDefinedStepDetails model)UpdateRunLocalScriptUserDefinedStepDetails.BuilderrunAsUser(String runAsUser)The userid on the instance to be used for executing the script or command.UpdateRunLocalScriptUserDefinedStepDetails.BuilderrunOnInstanceId(String runOnInstanceId)The OCID of the instance on which this script or command should be executed.UpdateRunLocalScriptUserDefinedStepDetails.BuilderscriptCommand(String scriptCommand)The script name and arguments.
 
- 
- 
- 
Method Detail- 
runOnInstanceIdpublic UpdateRunLocalScriptUserDefinedStepDetails.Builder runOnInstanceId(String runOnInstanceId) The OCID of the instance on which this script or command should be executed.*For moving instances:** *runOnInstanceId* must be the OCID of the instance in the region where the instance is currently present. *For non-moving instances:** *runOnInstanceId* must be the OCID of the non-moving instance. Example: ocid1.instance.oc1..uniqueID - Parameters:
- runOnInstanceId- the value to set
- Returns:
- this builder
 
 - 
scriptCommandpublic UpdateRunLocalScriptUserDefinedStepDetails.Builder scriptCommand(String scriptCommand) The script name and arguments.Example: /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3 - Parameters:
- scriptCommand- the value to set
- Returns:
- this builder
 
 - 
runAsUserpublic UpdateRunLocalScriptUserDefinedStepDetails.Builder runAsUser(String runAsUser) The userid on the instance to be used for executing the script or command.Example: opc - Parameters:
- runAsUser- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateRunLocalScriptUserDefinedStepDetails build() 
 - 
copypublic UpdateRunLocalScriptUserDefinedStepDetails.Builder copy(UpdateRunLocalScriptUserDefinedStepDetails model) 
 
- 
 
-