Interface GetAgentMemoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRuntimeRequest.Builder,Buildable,CopyableBuilder<GetAgentMemoryRequest.Builder,GetAgentMemoryRequest>,SdkBuilder<GetAgentMemoryRequest.Builder,GetAgentMemoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentMemoryRequest
@Mutable @NotThreadSafe public static interface GetAgentMemoryRequest.Builder extends BedrockAgentRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetAgentMemoryRequest.Builder,GetAgentMemoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAgentMemoryRequest.BuilderagentAliasId(String agentAliasId)The unique identifier of an alias of an agent.GetAgentMemoryRequest.BuilderagentId(String agentId)The unique identifier of the agent to which the alias belongs.GetAgentMemoryRequest.BuildermaxItems(Integer maxItems)The maximum number of items to return in the response.GetAgentMemoryRequest.BuildermemoryId(String memoryId)The unique identifier of the memory.GetAgentMemoryRequest.BuildermemoryType(String memoryType)The type of memory.GetAgentMemoryRequest.BuildermemoryType(MemoryType memoryType)The type of memory.GetAgentMemoryRequest.BuildernextToken(String nextToken)If the total number of results is greater than the maxItems value provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.GetAgentMemoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgentMemoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
agentAliasId
GetAgentMemoryRequest.Builder agentAliasId(String agentAliasId)
The unique identifier of an alias of an agent.
- Parameters:
agentAliasId- The unique identifier of an alias of an agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentId
GetAgentMemoryRequest.Builder agentId(String agentId)
The unique identifier of the agent to which the alias belongs.
- Parameters:
agentId- The unique identifier of the agent to which the alias belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
GetAgentMemoryRequest.Builder maxItems(Integer maxItems)
The maximum number of items to return in the response. If the total number of results is greater than this value, use the token returned in the response in the
nextTokenfield when making another request to return the next batch of results.- Parameters:
maxItems- The maximum number of items to return in the response. If the total number of results is greater than this value, use the token returned in the response in thenextTokenfield when making another request to return the next batch of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memoryId
GetAgentMemoryRequest.Builder memoryId(String memoryId)
The unique identifier of the memory.
- Parameters:
memoryId- The unique identifier of the memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memoryType
GetAgentMemoryRequest.Builder memoryType(String memoryType)
The type of memory.
- Parameters:
memoryType- The type of memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemoryType,MemoryType
-
memoryType
GetAgentMemoryRequest.Builder memoryType(MemoryType memoryType)
The type of memory.
- Parameters:
memoryType- The type of memory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MemoryType,MemoryType
-
nextToken
GetAgentMemoryRequest.Builder nextToken(String nextToken)
If the total number of results is greater than the maxItems value provided in the request, enter the token returned in the
nextTokenfield in the response in this field to return the next batch of results.- Parameters:
nextToken- If the total number of results is greater than the maxItems value provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAgentMemoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgentMemoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-