Uses of Class
com.oracle.bmc.disasterrecovery.model.RunObjectStoreScriptUserDefinedStep.Builder
-
Packages that use RunObjectStoreScriptUserDefinedStep.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of RunObjectStoreScriptUserDefinedStep.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return RunObjectStoreScriptUserDefinedStep.Builder Modifier and Type Method Description 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. 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. toBuilder()
-