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