Uses of Class
com.oracle.bmc.disasterrecovery.model.RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder
-
Packages that use RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder Modifier and Type Method Description static RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder
RunObjectStoreScriptUserDefinedCustomPrecheckStep. builder()
Create a new builder.RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder
RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder. copy(RunObjectStoreScriptUserDefinedCustomPrecheckStep model)
RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder
RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder. objectStorageScriptLocation(ObjectStorageScriptLocation objectStorageScriptLocation)
RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder
RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder. runOnInstanceId(String runOnInstanceId)
The OCID of the instance on which this script or command should be executed.RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder
RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder. runOnInstanceRegion(String runOnInstanceRegion)
The region of the instance where this script or command should be executed.RunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder
RunObjectStoreScriptUserDefinedCustomPrecheckStep. toBuilder()
-