Interface AssociateAgentKnowledgeBaseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<AssociateAgentKnowledgeBaseRequest.Builder,AssociateAgentKnowledgeBaseRequest>,SdkBuilder<AssociateAgentKnowledgeBaseRequest.Builder,AssociateAgentKnowledgeBaseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateAgentKnowledgeBaseRequest
public static interface AssociateAgentKnowledgeBaseRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<AssociateAgentKnowledgeBaseRequest.Builder,AssociateAgentKnowledgeBaseRequest>
-
-
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
AssociateAgentKnowledgeBaseRequest.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
AssociateAgentKnowledgeBaseRequest.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
AssociateAgentKnowledgeBaseRequest.Builder knowledgeBaseId(String knowledgeBaseId)
Sets the value of the KnowledgeBaseId property for this object.- Parameters:
knowledgeBaseId- The new value for the KnowledgeBaseId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AssociateAgentKnowledgeBaseRequest.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
AssociateAgentKnowledgeBaseRequest.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
AssociateAgentKnowledgeBaseRequest.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
AssociateAgentKnowledgeBaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateAgentKnowledgeBaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-