Interface UpdateAgentKnowledgeBaseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<UpdateAgentKnowledgeBaseResponse.Builder,UpdateAgentKnowledgeBaseResponse>,SdkBuilder<UpdateAgentKnowledgeBaseResponse.Builder,UpdateAgentKnowledgeBaseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAgentKnowledgeBaseResponse
public static interface UpdateAgentKnowledgeBaseResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<UpdateAgentKnowledgeBaseResponse.Builder,UpdateAgentKnowledgeBaseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAgentKnowledgeBaseResponse.BuilderagentKnowledgeBase(Consumer<AgentKnowledgeBase.Builder> agentKnowledgeBase)Sets the value of the AgentKnowledgeBase property for this object.UpdateAgentKnowledgeBaseResponse.BuilderagentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)Sets the value of the AgentKnowledgeBase property for this object.-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
agentKnowledgeBase
UpdateAgentKnowledgeBaseResponse.Builder agentKnowledgeBase(AgentKnowledgeBase agentKnowledgeBase)
Sets the value of the AgentKnowledgeBase property for this object.- Parameters:
agentKnowledgeBase- The new value for the AgentKnowledgeBase property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentKnowledgeBase
default UpdateAgentKnowledgeBaseResponse.Builder agentKnowledgeBase(Consumer<AgentKnowledgeBase.Builder> agentKnowledgeBase)
Sets the value of the AgentKnowledgeBase property for this object. This is a convenience method that creates an instance of theAgentKnowledgeBase.Builderavoiding the need to create one manually viaAgentKnowledgeBase.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentKnowledgeBase(AgentKnowledgeBase).- Parameters:
agentKnowledgeBase- a consumer that will call methods onAgentKnowledgeBase.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
agentKnowledgeBase(AgentKnowledgeBase)
-
-