Interface ManagedAgentStateChange.Builder

  • Method Details

    • containerName

      ManagedAgentStateChange.Builder containerName(String containerName)

      The name of the container that's associated with the managed agent.

      Parameters:
      containerName - The name of the container that's associated with the managed agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedAgentName

      ManagedAgentStateChange.Builder managedAgentName(String managedAgentName)

      The name of the managed agent.

      Parameters:
      managedAgentName - The name of the managed agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • managedAgentName

      ManagedAgentStateChange.Builder managedAgentName(ManagedAgentName managedAgentName)

      The name of the managed agent.

      Parameters:
      managedAgentName - The name of the managed agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the managed agent.

      Parameters:
      status - The status of the managed agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reason

      The reason for the status of the managed agent.

      Parameters:
      reason - The reason for the status of the managed agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.