Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and Description |
---|---|
static InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.builder()
Create a new builder.
|
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.Builder.compartmentId(String compartmentId)
The OCID of the
compartment containing the command.
|
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.Builder.copy(InstanceAgentCommandSummary model) |
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.Builder.displayName(String displayName)
A user-friendly name.
|
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.Builder.instanceAgentCommandId(String instanceAgentCommandId)
The OCID of the
command.
|
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.Builder.isCanceled(Boolean isCanceled)
Whether a request was made to cancel the command.
|
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.Builder.timeCreated(Date timeCreated)
The date and time the command was created, in the format defined by
RFC3339.
|
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.Builder.timeUpdated(Date timeUpdated)
The date and time the command was last updated, in the format defined by
RFC3339.
|
InstanceAgentCommandSummary.Builder |
InstanceAgentCommandSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.