Interface DisassociateAgentKnowledgeBaseRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<DisassociateAgentKnowledgeBaseRequest.Builder,,DisassociateAgentKnowledgeBaseRequest> SdkBuilder<DisassociateAgentKnowledgeBaseRequest.Builder,,DisassociateAgentKnowledgeBaseRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateAgentKnowledgeBaseRequest
@Mutable
@NotThreadSafe
public static interface DisassociateAgentKnowledgeBaseRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<DisassociateAgentKnowledgeBaseRequest.Builder,DisassociateAgentKnowledgeBaseRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the agent from which to disassociate the knowledge base.agentVersion(String agentVersion) The version of the agent from which to disassociate the knowledge base.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base to disassociate.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 from which to disassociate the knowledge base.
- Parameters:
agentId- The unique identifier of the agent from which to disassociate the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersion
The version of the agent from which to disassociate the knowledge base.
- Parameters:
agentVersion- The version of the agent from which to disassociate the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
The unique identifier of the knowledge base to disassociate.
- Parameters:
knowledgeBaseId- The unique identifier of the knowledge base to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateAgentKnowledgeBaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateAgentKnowledgeBaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-