Interface ListActorsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, BedrockAgentCoreRequest.Builder, Buildable, CopyableBuilder<ListActorsRequest.Builder,ListActorsRequest>, SdkBuilder<ListActorsRequest.Builder,ListActorsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListActorsRequest

  • Method Details

    • memoryId

      ListActorsRequest.Builder memoryId(String memoryId)

      The identifier of the AgentCore Memory resource for which to list actors.

      Parameters:
      memoryId - The identifier of the AgentCore Memory resource for which to list actors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListActorsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in a single call. The default value is 20.

      Parameters:
      maxResults - The maximum number of results to return in a single call. The default value is 20.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListActorsRequest.Builder nextToken(String nextToken)

      The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

      Parameters:
      nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListActorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder