Interface UpdateAgentRequest.Builder

    • Method Detail

      • agentId

        UpdateAgentRequest.Builder agentId​(String agentId)

        Id generated at the server side when an Agent is created

        Parameters:
        agentId - Id generated at the server side when an Agent is created
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentName

        UpdateAgentRequest.Builder agentName​(String agentName)
        Sets the value of the AgentName property for this object.
        Parameters:
        agentName - The new value for the AgentName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instruction

        UpdateAgentRequest.Builder instruction​(String instruction)
        Sets the value of the Instruction property for this object.
        Parameters:
        instruction - The new value for the Instruction property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • foundationModel

        UpdateAgentRequest.Builder foundationModel​(String foundationModel)
        Sets the value of the FoundationModel property for this object.
        Parameters:
        foundationModel - The new value for the FoundationModel property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateAgentRequest.Builder description​(String description)
        Sets the value of the Description property for this object.
        Parameters:
        description - The new value for the Description property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idleSessionTTLInSeconds

        UpdateAgentRequest.Builder idleSessionTTLInSeconds​(Integer idleSessionTTLInSeconds)
        Sets the value of the IdleSessionTTLInSeconds property for this object.
        Parameters:
        idleSessionTTLInSeconds - The new value for the IdleSessionTTLInSeconds property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentResourceRoleArn

        UpdateAgentRequest.Builder agentResourceRoleArn​(String agentResourceRoleArn)
        Sets the value of the AgentResourceRoleArn property for this object.
        Parameters:
        agentResourceRoleArn - The new value for the AgentResourceRoleArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerEncryptionKeyArn

        UpdateAgentRequest.Builder customerEncryptionKeyArn​(String customerEncryptionKeyArn)
        Sets the value of the CustomerEncryptionKeyArn property for this object.
        Parameters:
        customerEncryptionKeyArn - The new value for the CustomerEncryptionKeyArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • promptOverrideConfiguration

        UpdateAgentRequest.Builder promptOverrideConfiguration​(PromptOverrideConfiguration promptOverrideConfiguration)
        Sets the value of the PromptOverrideConfiguration property for this object.
        Parameters:
        promptOverrideConfiguration - The new value for the PromptOverrideConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.