Interface UpdateAgentSpaceRequest.Builder

  • Method Details

    • agentSpaceId

      UpdateAgentSpaceRequest.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.
    • name

      The updated name of the AgentSpace.

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

      UpdateAgentSpaceRequest.Builder description(String description)

      The updated description of the AgentSpace.

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

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

      Parameters:
      locale - The updated 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.
    • preferencesWithStrings

      UpdateAgentSpaceRequest.Builder preferencesWithStrings(Map<String,Boolean> preferences)

      The preferences to configure on the agent space. When provided, this replaces the full set of configured preferences; preferences not included revert to their default values. When omitted, the current preferences are left unchanged.

      Parameters:
      preferences - The preferences to configure on the agent space. When provided, this replaces the full set of configured preferences; preferences not included revert to their default values. When omitted, the current preferences are left unchanged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preferences

      The preferences to configure on the agent space. When provided, this replaces the full set of configured preferences; preferences not included revert to their default values. When omitted, the current preferences are left unchanged.

      Parameters:
      preferences - The preferences to configure on the agent space. When provided, this replaces the full set of configured preferences; preferences not included revert to their default values. When omitted, the current preferences are left unchanged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateAgentSpaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.