Interface BedrockAgentRuntimeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,SdkRequest.Builder
- All Known Subinterfaces:
CreateInvocationRequest.Builder,CreateSessionRequest.Builder,DeleteAgentMemoryRequest.Builder,DeleteSessionRequest.Builder,EndSessionRequest.Builder,GenerateQueryRequest.Builder,GetAgentMemoryRequest.Builder,GetExecutionFlowSnapshotRequest.Builder,GetFlowExecutionRequest.Builder,GetInvocationStepRequest.Builder,GetSessionRequest.Builder,InvokeAgentRequest.Builder,InvokeFlowRequest.Builder,InvokeInlineAgentRequest.Builder,ListFlowExecutionEventsRequest.Builder,ListFlowExecutionsRequest.Builder,ListInvocationsRequest.Builder,ListInvocationStepsRequest.Builder,ListSessionsRequest.Builder,ListTagsForResourceRequest.Builder,OptimizePromptRequest.Builder,PutInvocationStepRequest.Builder,RerankRequest.Builder,RetrieveAndGenerateRequest.Builder,RetrieveAndGenerateStreamRequest.Builder,RetrieveRequest.Builder,StartFlowExecutionRequest.Builder,StopFlowExecutionRequest.Builder,TagResourceRequest.Builder,UntagResourceRequest.Builder,UpdateSessionRequest.Builder
- All Known Implementing Classes:
BedrockAgentRuntimeRequest.BuilderImpl
- Enclosing class:
- BedrockAgentRuntimeRequest
public static interface BedrockAgentRuntimeRequest.Builder extends AwsRequest.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BedrockAgentRuntimeRequestbuild()-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration, overrideConfiguration, overrideConfiguration
-
-
-
-
Method Detail
-
build
BedrockAgentRuntimeRequest build()
- Specified by:
buildin interfaceAwsRequest.Builder- Specified by:
buildin interfaceSdkRequest.Builder
-
-