static RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.builder() |
Create a new builder.
|
RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.Builder.copy(RunObjectStoreScriptUserDefinedStep model) |
|
RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.Builder.objectStorageScriptLocation(ObjectStorageScriptLocation objectStorageScriptLocation) |
|
RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.Builder.runAsUser(String runAsUser) |
The user ID on the instance that will be used to execute the script specified in
‘scriptCommand’.
|
RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.Builder.runOnInstanceId(String runOnInstanceId) |
The OCID of the instance on which this script or command should be executed.
|
RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.Builder.runOnInstanceRegion(String runOnInstanceRegion) |
The region of the instance where this script or command should be executed.
|
RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.Builder.scriptCommand(String scriptCommand) |
The entire path and arguments for the script that is stored in object store, or inside a
compressed archive in object store.
|
RunObjectStoreScriptUserDefinedStep.Builder |
RunObjectStoreScriptUserDefinedStep.toBuilder() |
|