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
Modifier and TypeMethodDescriptionagentAliasId(String agentAliasId) The unique identifier of an alias of an agent.The unique identifier of the agent to which the alias belongs.The maximum number of items to return in the response.The unique identifier of the memory.memoryType(String memoryType) The type of memory.memoryType(MemoryType memoryType) The type of memory.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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:
-
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
-