Interface CreateAgentResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the agent.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentId

      The unique identifier for the agent.

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

      CreateAgentResponse.Builder agentStatus(String agentStatus)

      The status of the agent.

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

      CreateAgentResponse.Builder agentStatus(AgentStatus agentStatus)

      The status of the agent.

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

      CreateAgentResponse.Builder agentName(String agentName)

      The name of the agent.

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

      CreateAgentResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.