Interface AgentSpace.Builder

  • Method Details

    • name

      The name of the AgentSpace.

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

      AgentSpace.Builder description(String description)

      The description of the AgentSpace.

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

      AgentSpace.Builder locale(String locale)

      The locale for the AgentSpace, which determines the language used in agent responses.

      Parameters:
      locale - The locale for the AgentSpace, which determines the language used in agent responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      AgentSpace.Builder createdAt(Instant createdAt)

      The timestamp when the resource was created.

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

      AgentSpace.Builder updatedAt(Instant updatedAt)

      The timestamp when the resource was last updated.

      Parameters:
      updatedAt - The timestamp when the resource was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      AgentSpace.Builder kmsKeyArn(String kmsKeyArn)

      The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.

      Parameters:
      kmsKeyArn - The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentSpaceId

      AgentSpace.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the AgentSpace

      Parameters:
      agentSpaceId - The unique identifier of the AgentSpace
      Returns:
      Returns a reference to this object so that method calls can be chained together.