Interface ListIndexesRequest.Builder

  • Method Details

    • vectorBucketName

      ListIndexesRequest.Builder vectorBucketName(String vectorBucketName)

      The name of the vector bucket that contains the vector indexes.

      Parameters:
      vectorBucketName - The name of the vector bucket that contains the vector indexes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vectorBucketArn

      ListIndexesRequest.Builder vectorBucketArn(String vectorBucketArn)

      The ARN of the vector bucket that contains the vector indexes.

      Parameters:
      vectorBucketArn - The ARN of the vector bucket that contains the vector indexes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListIndexesRequest.Builder maxResults(Integer maxResults)

      The maximum number of items to be returned in the response.

      Parameters:
      maxResults - The maximum number of items to be returned in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListIndexesRequest.Builder nextToken(String nextToken)

      The previous pagination token.

      Parameters:
      nextToken - The previous pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      Limits the response to vector indexes that begin with the specified prefix.

      Parameters:
      prefix - Limits the response to vector indexes that begin with the specified prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListIndexesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.