public static class UpdateRunObjectStoreScriptUserDefinedStepDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateRunObjectStoreScriptUserDefinedStepDetails |
build() |
UpdateRunObjectStoreScriptUserDefinedStepDetails.Builder |
copy(UpdateRunObjectStoreScriptUserDefinedStepDetails model) |
UpdateRunObjectStoreScriptUserDefinedStepDetails.Builder |
objectStorageScriptLocation(UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation) |
UpdateRunObjectStoreScriptUserDefinedStepDetails.Builder |
runOnInstanceId(String runOnInstanceId)
The OCID of the instance on which this script or command should be executed.
|
public UpdateRunObjectStoreScriptUserDefinedStepDetails.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
runOnInstanceId
- the value to setpublic UpdateRunObjectStoreScriptUserDefinedStepDetails.Builder objectStorageScriptLocation(UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation)
public UpdateRunObjectStoreScriptUserDefinedStepDetails build()
Copyright © 2016–2024. All rights reserved.