Interface InvokeAgentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentRuntimeResponse.Builder
,Buildable
,CopyableBuilder<InvokeAgentResponse.Builder,InvokeAgentResponse>
,SdkBuilder<InvokeAgentResponse.Builder,InvokeAgentResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- InvokeAgentResponse
public static interface InvokeAgentResponse.Builder extends BedrockAgentRuntimeResponse.Builder, SdkPojo, CopyableBuilder<InvokeAgentResponse.Builder,InvokeAgentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvokeAgentResponse.Builder
contentType(String contentType)
The MIME type of the input data in the request.InvokeAgentResponse.Builder
memoryId(String memoryId)
The unique identifier of the agent memory.InvokeAgentResponse.Builder
sessionId(String sessionId)
The unique identifier of the session with the agent.-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 isapplication/json
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memoryId
InvokeAgentResponse.Builder memoryId(String memoryId)
The unique identifier of the agent memory.
- Parameters:
memoryId
- The unique identifier of the agent memory.- 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.
-
-