Class InstanceAgentCommandSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandSummary.Builder
 
- 
- Enclosing class:
- InstanceAgentCommandSummary
 
 public static class InstanceAgentCommandSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceAgentCommandSummarybuild()InstanceAgentCommandSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the command.InstanceAgentCommandSummary.Buildercopy(InstanceAgentCommandSummary model)InstanceAgentCommandSummary.BuilderdisplayName(String displayName)A user-friendly name.InstanceAgentCommandSummary.BuilderinstanceAgentCommandId(String instanceAgentCommandId)The OCID of the command.InstanceAgentCommandSummary.BuilderisCanceled(Boolean isCanceled)Whether a request was made to cancel the command.InstanceAgentCommandSummary.BuildertimeCreated(Date timeCreated)The date and time the command was created, in the format defined by RFC3339.InstanceAgentCommandSummary.BuildertimeUpdated(Date timeUpdated)The date and time the command was last updated, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
instanceAgentCommandIdpublic InstanceAgentCommandSummary.Builder instanceAgentCommandId(String instanceAgentCommandId) The OCID of the command.- Parameters:
- instanceAgentCommandId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic InstanceAgentCommandSummary.Builder displayName(String displayName) A user-friendly name.Does not have to be unique. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic InstanceAgentCommandSummary.Builder compartmentId(String compartmentId) The OCID of the compartment containing the command.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic InstanceAgentCommandSummary.Builder timeCreated(Date timeCreated) The date and time the command was created, in the format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic InstanceAgentCommandSummary.Builder timeUpdated(Date timeUpdated) The date and time the command was last updated, in the format defined by RFC3339.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
isCanceledpublic InstanceAgentCommandSummary.Builder isCanceled(Boolean isCanceled) Whether a request was made to cancel the command.Canceling a command is a best-effort attempt. - Parameters:
- isCanceled- the value to set
- Returns:
- this builder
 
 - 
buildpublic InstanceAgentCommandSummary build() 
 - 
copypublic InstanceAgentCommandSummary.Builder copy(InstanceAgentCommandSummary model) 
 
- 
 
-