public static interface ManagedAgentStateChange.Builder extends SdkPojo, CopyableBuilder<ManagedAgentStateChange.Builder,ManagedAgentStateChange>
| Modifier and Type | Method and Description |
|---|---|
ManagedAgentStateChange.Builder |
containerName(String containerName)
The name of the container that's associated with the managed agent.
|
ManagedAgentStateChange.Builder |
managedAgentName(ManagedAgentName managedAgentName)
The name of the managed agent.
|
ManagedAgentStateChange.Builder |
managedAgentName(String managedAgentName)
The name of the managed agent.
|
ManagedAgentStateChange.Builder |
reason(String reason)
The reason for the status of the managed agent.
|
ManagedAgentStateChange.Builder |
status(String status)
The status of the managed agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildManagedAgentStateChange.Builder containerName(String containerName)
The name of the container that's associated with the managed agent.
containerName - The name of the container that's associated with the managed agent.ManagedAgentStateChange.Builder managedAgentName(String managedAgentName)
The name of the managed agent.
managedAgentName - The name of the managed agent.ManagedAgentName,
ManagedAgentNameManagedAgentStateChange.Builder managedAgentName(ManagedAgentName managedAgentName)
The name of the managed agent.
managedAgentName - The name of the managed agent.ManagedAgentName,
ManagedAgentNameManagedAgentStateChange.Builder status(String status)
The status of the managed agent.
status - The status of the managed agent.ManagedAgentStateChange.Builder reason(String reason)
The reason for the status of the managed agent.
reason - The reason for the status of the managed agent.Copyright © 2023. All rights reserved.