Interface DeleteAgentVersionResponse.Builder

  • Method Details

    • agentId

      The unique identifier of the agent that the version belongs to.

      Parameters:
      agentId - The unique identifier of the agent that the version belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentStatus

      DeleteAgentVersionResponse.Builder agentStatus(String agentStatus)

      The status of the agent version.

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

      The status of the agent version.

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

      DeleteAgentVersionResponse.Builder agentVersion(String agentVersion)

      The version that was deleted.

      Parameters:
      agentVersion - The version that was deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.