Interface InvokeAgentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BedrockAgentRuntimeResponse.Builder, Buildable, CopyableBuilder<InvokeAgentResponse.Builder,InvokeAgentResponse>, SdkBuilder<InvokeAgentResponse.Builder,InvokeAgentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
InvokeAgentResponse

  • Method Details

    • contentType

      InvokeAgentResponse.Builder contentType(String contentType)

      The MIME type of the input data in the request. The default value is application/json.

      Parameters:
      contentType - The MIME type of the input data in the request. The default value is application/json.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      InvokeAgentResponse.Builder sessionId(String sessionId)

      The unique identifier of the session with the agent.

      Parameters:
      sessionId - The unique identifier of the session with the agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.