public static interface AgentFilter.Builder extends SdkPojo, CopyableBuilder<AgentFilter.Builder,AgentFilter>
| Modifier and Type | Method and Description |
|---|---|
AgentFilter.Builder |
agentHealthCodes(AgentHealthCode... agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter.Builder |
agentHealthCodes(Collection<AgentHealthCode> agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter.Builder |
agentHealthCodesWithStrings(Collection<String> agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter.Builder |
agentHealthCodesWithStrings(String... agentHealthCodes)
The detailed health state of the agent.
|
AgentFilter.Builder |
agentHealths(AgentHealth... agentHealths)
The current health state of the agent.
|
AgentFilter.Builder |
agentHealths(Collection<AgentHealth> agentHealths)
The current health state of the agent.
|
AgentFilter.Builder |
agentHealthsWithStrings(Collection<String> agentHealths)
The current health state of the agent.
|
AgentFilter.Builder |
agentHealthsWithStrings(String... agentHealths)
The current health state of the agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAgentFilter.Builder agentHealthsWithStrings(Collection<String> agentHealths)
The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
agentHealths - The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.AgentFilter.Builder agentHealthsWithStrings(String... agentHealths)
The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
agentHealths - The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.AgentFilter.Builder agentHealths(Collection<AgentHealth> agentHealths)
The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
agentHealths - The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.AgentFilter.Builder agentHealths(AgentHealth... agentHealths)
The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
agentHealths - The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.AgentFilter.Builder agentHealthCodesWithStrings(Collection<String> agentHealthCodes)
The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
agentHealthCodes - The detailed health state of the agent. Values can be set to IDLE, RUNNING,
SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.AgentFilter.Builder agentHealthCodesWithStrings(String... agentHealthCodes)
The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
agentHealthCodes - The detailed health state of the agent. Values can be set to IDLE, RUNNING,
SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.AgentFilter.Builder agentHealthCodes(Collection<AgentHealthCode> agentHealthCodes)
The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
agentHealthCodes - The detailed health state of the agent. Values can be set to IDLE, RUNNING,
SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.AgentFilter.Builder agentHealthCodes(AgentHealthCode... agentHealthCodes)
The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
agentHealthCodes - The detailed health state of the agent. Values can be set to IDLE, RUNNING,
SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.Copyright © 2023. All rights reserved.