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