Class UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder
 
- 
- Enclosing class:
- UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails
 
 public static class UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetailsbuild()UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Buildercopy(UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails model)UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.BuilderobjectStorageScriptLocation(UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation)UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.BuilderrunOnInstanceId(String runOnInstanceId)The OCID of the instance on which this precjeck script or command should be executed.
 
- 
- 
- 
Method Detail- 
runOnInstanceIdpublic UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder runOnInstanceId(String runOnInstanceId) The OCID of the instance on which this precjeck 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 - Parameters:
- runOnInstanceId- the value to set
- Returns:
- this builder
 
 - 
objectStorageScriptLocationpublic UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder objectStorageScriptLocation(UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation) 
 - 
buildpublic UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails build() 
 
- 
 
-