Class RunObjectStoreScriptUserDefinedStep.Builder
- java.lang.Object
 - 
- com.oracle.bmc.disasterrecovery.model.RunObjectStoreScriptUserDefinedStep.Builder
 
 
- 
- Enclosing class:
 - RunObjectStoreScriptUserDefinedStep
 
public static class RunObjectStoreScriptUserDefinedStep.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunObjectStoreScriptUserDefinedStepbuild()RunObjectStoreScriptUserDefinedStep.Buildercopy(RunObjectStoreScriptUserDefinedStep model)RunObjectStoreScriptUserDefinedStep.BuilderobjectStorageScriptLocation(ObjectStorageScriptLocation objectStorageScriptLocation)RunObjectStoreScriptUserDefinedStep.BuilderrunOnInstanceId(String runOnInstanceId)The OCID of the instance on which this script or command should be executed.RunObjectStoreScriptUserDefinedStep.BuilderrunOnInstanceRegion(String runOnInstanceRegion)The region of the instance where this script or command should be executed. 
 - 
 
- 
- 
Method Detail
- 
runOnInstanceId
public RunObjectStoreScriptUserDefinedStep.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
 
 
- 
runOnInstanceRegion
public RunObjectStoreScriptUserDefinedStep.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
 
 
- 
objectStorageScriptLocation
public RunObjectStoreScriptUserDefinedStep.Builder objectStorageScriptLocation(ObjectStorageScriptLocation objectStorageScriptLocation)
 
- 
build
public RunObjectStoreScriptUserDefinedStep build()
 
- 
copy
public RunObjectStoreScriptUserDefinedStep.Builder copy(RunObjectStoreScriptUserDefinedStep model)
 
 - 
 
 -