| static InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution. builder() | Create a new builder. | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. content(InstanceAgentCommandExecutionOutputContent content) |  | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. copy(InstanceAgentCommandExecution model) |  | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. deliveryState(InstanceAgentCommandExecution.DeliveryState deliveryState) | Specifies the command delivery state. | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. displayName(String displayName) | The user friendly display name of the command. | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. instanceAgentCommandId(String instanceAgentCommandId) | The OCID of the command | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. instanceId(String instanceId) | The OCID of the instance | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. lifecycleState(InstanceAgentCommandExecution.LifecycleState lifecycleState) | command execution life cycle state. | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. sequenceNumber(Long sequenceNumber) | The large non-consecutive number that Run Command Service assigns to each created
command. | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. timeCreated(Date timeCreated) | The command creation date | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution.Builder. timeUpdated(Date timeUpdated) | The command last updated at date. | 
| InstanceAgentCommandExecution.Builder | InstanceAgentCommandExecution. toBuilder() |  |