Interface GetAgentKnowledgeBaseRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetAgentKnowledgeBaseRequest.Builder,,GetAgentKnowledgeBaseRequest> SdkBuilder<GetAgentKnowledgeBaseRequest.Builder,,GetAgentKnowledgeBaseRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentKnowledgeBaseRequest
@Mutable
@NotThreadSafe
public static interface GetAgentKnowledgeBaseRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetAgentKnowledgeBaseRequest.Builder,GetAgentKnowledgeBaseRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the agent with which the knowledge base is associated.agentVersion(String agentVersion) The version of the agent with which the knowledge base is associated.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base associated with the agent.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
-