Interface ListAgentKnowledgeBasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<ListAgentKnowledgeBasesRequest.Builder,ListAgentKnowledgeBasesRequest>,SdkBuilder<ListAgentKnowledgeBasesRequest.Builder,ListAgentKnowledgeBasesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAgentKnowledgeBasesRequest
public static interface ListAgentKnowledgeBasesRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<ListAgentKnowledgeBasesRequest.Builder,ListAgentKnowledgeBasesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAgentKnowledgeBasesRequest.BuilderagentId(String agentId)Id generated at the server side when an Agent is createdListAgentKnowledgeBasesRequest.BuilderagentVersion(String agentVersion)Version number generated when a version is createdListAgentKnowledgeBasesRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListAgentKnowledgeBasesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListAgentKnowledgeBasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAgentKnowledgeBasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
ListAgentKnowledgeBasesRequest.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
ListAgentKnowledgeBasesRequest.Builder agentVersion(String agentVersion)
Version number generated when a version is created
- Parameters:
agentVersion- Version number generated when a version is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAgentKnowledgeBasesRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAgentKnowledgeBasesRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAgentKnowledgeBasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAgentKnowledgeBasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-