Interface UpdateAgentKnowledgeBaseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<UpdateAgentKnowledgeBaseRequest.Builder,UpdateAgentKnowledgeBaseRequest>,SdkBuilder<UpdateAgentKnowledgeBaseRequest.Builder,UpdateAgentKnowledgeBaseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAgentKnowledgeBaseRequest
public static interface UpdateAgentKnowledgeBaseRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<UpdateAgentKnowledgeBaseRequest.Builder,UpdateAgentKnowledgeBaseRequest>
-
-
Method Summary
-
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
UpdateAgentKnowledgeBaseRequest.Builder agentId(String agentId)
Id generated at the server side when an Agent is created
- Parameters:
agentId- Id generated at the server side when an Agent is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersion
UpdateAgentKnowledgeBaseRequest.Builder agentVersion(String agentVersion)
Draft Version of the Agent.
- Parameters:
agentVersion- Draft Version of the Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
UpdateAgentKnowledgeBaseRequest.Builder knowledgeBaseId(String knowledgeBaseId)
Id generated at the server side when a Knowledge Base is associated to an Agent
- Parameters:
knowledgeBaseId- Id generated at the server side when a Knowledge Base is associated to an Agent- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAgentKnowledgeBaseRequest.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseState
UpdateAgentKnowledgeBaseRequest.Builder knowledgeBaseState(String knowledgeBaseState)
Sets the value of the KnowledgeBaseState property for this object.- Parameters:
knowledgeBaseState- The new value for the KnowledgeBaseState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KnowledgeBaseState,KnowledgeBaseState
-
knowledgeBaseState
UpdateAgentKnowledgeBaseRequest.Builder knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Sets the value of the KnowledgeBaseState property for this object.- Parameters:
knowledgeBaseState- The new value for the KnowledgeBaseState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KnowledgeBaseState,KnowledgeBaseState
-
overrideConfiguration
UpdateAgentKnowledgeBaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAgentKnowledgeBaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-