Interface GetAgentKnowledgeBaseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetAgentKnowledgeBaseRequest.Builder,GetAgentKnowledgeBaseRequest>,SdkBuilder<GetAgentKnowledgeBaseRequest.Builder,GetAgentKnowledgeBaseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentKnowledgeBaseRequest
public static interface GetAgentKnowledgeBaseRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetAgentKnowledgeBaseRequest.Builder,GetAgentKnowledgeBaseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAgentKnowledgeBaseRequest.BuilderagentId(String agentId)The unique identifier of the agent with which the knowledge base is associated.GetAgentKnowledgeBaseRequest.BuilderagentVersion(String agentVersion)The version of the agent with which the knowledge base is associated.GetAgentKnowledgeBaseRequest.BuilderknowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base associated with the agent.GetAgentKnowledgeBaseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgentKnowledgeBaseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
agentId
GetAgentKnowledgeBaseRequest.Builder agentId(String agentId)
The unique identifier of the agent with which the knowledge base is associated.
- Parameters:
agentId- The unique identifier of the agent with which the knowledge base is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersion
GetAgentKnowledgeBaseRequest.Builder agentVersion(String agentVersion)
The version of the agent with which the knowledge base is associated.
- Parameters:
agentVersion- The version of the agent with which the knowledge base is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
GetAgentKnowledgeBaseRequest.Builder knowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base associated with the agent.
- Parameters:
knowledgeBaseId- The unique identifier of the knowledge base associated with the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAgentKnowledgeBaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgentKnowledgeBaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-