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