public static class InstanceAgentCommandExecution.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InstanceAgentCommandExecution |
build() |
InstanceAgentCommandExecution.Builder |
content(InstanceAgentCommandExecutionOutputContent content) |
InstanceAgentCommandExecution.Builder |
copy(InstanceAgentCommandExecution o) |
InstanceAgentCommandExecution.Builder |
deliveryState(InstanceAgentCommandExecution.DeliveryState deliveryState) |
InstanceAgentCommandExecution.Builder |
displayName(String displayName) |
InstanceAgentCommandExecution.Builder |
instanceAgentCommandId(String instanceAgentCommandId) |
InstanceAgentCommandExecution.Builder |
instanceId(String instanceId) |
InstanceAgentCommandExecution.Builder |
lifecycleState(InstanceAgentCommandExecution.LifecycleState lifecycleState) |
InstanceAgentCommandExecution.Builder |
sequenceNumber(Long sequenceNumber) |
InstanceAgentCommandExecution.Builder |
timeCreated(Date timeCreated) |
InstanceAgentCommandExecution.Builder |
timeUpdated(Date timeUpdated) |
String |
toString() |
public InstanceAgentCommandExecution.Builder instanceAgentCommandId(String instanceAgentCommandId)
public InstanceAgentCommandExecution.Builder instanceId(String instanceId)
public InstanceAgentCommandExecution.Builder deliveryState(InstanceAgentCommandExecution.DeliveryState deliveryState)
public InstanceAgentCommandExecution.Builder lifecycleState(InstanceAgentCommandExecution.LifecycleState lifecycleState)
public InstanceAgentCommandExecution.Builder timeCreated(Date timeCreated)
public InstanceAgentCommandExecution.Builder timeUpdated(Date timeUpdated)
public InstanceAgentCommandExecution.Builder sequenceNumber(Long sequenceNumber)
public InstanceAgentCommandExecution.Builder displayName(String displayName)
public InstanceAgentCommandExecution.Builder content(InstanceAgentCommandExecutionOutputContent content)
public InstanceAgentCommandExecution build()
public InstanceAgentCommandExecution.Builder copy(InstanceAgentCommandExecution o)
Copyright © 2016–2022. All rights reserved.