Interface AgentEndpoint.Builder

  • Method Details

    • name

      The name of the agent runtime endpoint.

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

      AgentEndpoint.Builder liveVersion(String liveVersion)

      The live version of the agent runtime endpoint. This is the version that is currently serving requests.

      Parameters:
      liveVersion - The live version of the agent runtime endpoint. This is the version that is currently serving requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetVersion

      AgentEndpoint.Builder targetVersion(String targetVersion)

      The target version of the agent runtime endpoint. This is the version that the endpoint is being updated to.

      Parameters:
      targetVersion - The target version of the agent runtime endpoint. This is the version that the endpoint is being updated to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentRuntimeEndpointArn

      AgentEndpoint.Builder agentRuntimeEndpointArn(String agentRuntimeEndpointArn)

      The Amazon Resource Name (ARN) of the agent runtime endpoint.

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

      AgentEndpoint.Builder agentRuntimeArn(String agentRuntimeArn)

      The Amazon Resource Name (ARN) of the agent runtime associated with the endpoint.

      Parameters:
      agentRuntimeArn - The Amazon Resource Name (ARN) of the agent runtime associated with the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      AgentEndpoint.Builder status(String status)

      The current status of the agent runtime endpoint.

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

      The current status of the agent runtime endpoint.

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

      The unique identifier of the agent runtime endpoint.

      Parameters:
      id - The unique identifier of the agent runtime endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      AgentEndpoint.Builder description(String description)

      The description of the agent runtime endpoint.

      Parameters:
      description - The description of the agent runtime endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      AgentEndpoint.Builder createdAt(Instant createdAt)

      The timestamp when the agent runtime endpoint was created.

      Parameters:
      createdAt - The timestamp when the agent runtime endpoint was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      AgentEndpoint.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp when the agent runtime endpoint was last updated.

      Parameters:
      lastUpdatedAt - The timestamp when the agent runtime endpoint was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.