Interface AgentRuntime.Builder

  • Method Details

    • agentRuntimeArn

      AgentRuntime.Builder agentRuntimeArn(String agentRuntimeArn)

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

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

      AgentRuntime.Builder agentRuntimeId(String agentRuntimeId)

      The unique identifier of the agent runtime.

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

      AgentRuntime.Builder agentRuntimeVersion(String agentRuntimeVersion)

      The version of the agent runtime.

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

      AgentRuntime.Builder agentRuntimeName(String agentRuntimeName)

      The name of the agent runtime.

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

      AgentRuntime.Builder description(String description)

      The description of the agent runtime.

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

      AgentRuntime.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp when the agent runtime was last updated.

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

      AgentRuntime.Builder status(String status)

      The current status of the agent runtime.

      Parameters:
      status - The current status of the agent runtime.
      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.

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