Interface DeleteAgentVersionResponse.Builder

    • Method Detail

      • agentId

        DeleteAgentVersionResponse.Builder agentId​(String 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.
      • 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.