Class InstanceAgentCommandTarget.Builder
- java.lang.Object
- 
- com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandTarget.Builder
 
- 
- Enclosing class:
- InstanceAgentCommandTarget
 
 public static class InstanceAgentCommandTarget.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceAgentCommandTargetbuild()InstanceAgentCommandTarget.Buildercopy(InstanceAgentCommandTarget model)InstanceAgentCommandTarget.BuilderinstanceId(String instanceId)The OCID of the target instance.
 
- 
- 
- 
Method Detail- 
instanceIdpublic InstanceAgentCommandTarget.Builder instanceId(String instanceId) The OCID of the target instance.- Parameters:
- instanceId- the value to set
- Returns:
- this builder
 
 - 
buildpublic InstanceAgentCommandTarget build() 
 - 
copypublic InstanceAgentCommandTarget.Builder copy(InstanceAgentCommandTarget model) 
 
- 
 
-