public static interface ManagedAgent.Builder extends SdkPojo, CopyableBuilder<ManagedAgent.Builder,ManagedAgent>
Modifier and Type | Method and Description |
---|---|
ManagedAgent.Builder |
lastStartedAt(Instant lastStartedAt)
The Unix timestamp for when the managed agent was last started.
|
ManagedAgent.Builder |
lastStatus(String lastStatus)
The last known status of the managed agent.
|
ManagedAgent.Builder |
name(ManagedAgentName name)
The name of the managed agent.
|
ManagedAgent.Builder |
name(String name)
The name of the managed agent.
|
ManagedAgent.Builder |
reason(String reason)
The reason for why the managed agent is in the state it is in.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ManagedAgent.Builder lastStartedAt(Instant lastStartedAt)
The Unix timestamp for when the managed agent was last started.
lastStartedAt
- The Unix timestamp for when the managed agent was last started.ManagedAgent.Builder name(String name)
The name of the managed agent. When the execute command feature is enabled, the managed agent name is
ExecuteCommandAgent
.
name
- The name of the managed agent. When the execute command feature is enabled, the managed agent name is
ExecuteCommandAgent
.ManagedAgentName
,
ManagedAgentName
ManagedAgent.Builder name(ManagedAgentName name)
The name of the managed agent. When the execute command feature is enabled, the managed agent name is
ExecuteCommandAgent
.
name
- The name of the managed agent. When the execute command feature is enabled, the managed agent name is
ExecuteCommandAgent
.ManagedAgentName
,
ManagedAgentName
ManagedAgent.Builder reason(String reason)
The reason for why the managed agent is in the state it is in.
reason
- The reason for why the managed agent is in the state it is in.ManagedAgent.Builder lastStatus(String lastStatus)
The last known status of the managed agent.
lastStatus
- The last known status of the managed agent.Copyright © 2021. All rights reserved.