Interface IndexSummary.Builder

  • Method Details

    • vectorBucketName

      IndexSummary.Builder vectorBucketName(String vectorBucketName)

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

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

      IndexSummary.Builder indexName(String indexName)

      The name of the vector index.

      Parameters:
      indexName - The name of the vector index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indexArn

      IndexSummary.Builder indexArn(String indexArn)

      The Amazon Resource Name (ARN) of the vector index.

      Parameters:
      indexArn - The Amazon Resource Name (ARN) of the vector index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      IndexSummary.Builder creationTime(Instant creationTime)

      Date and time when the vector index was created.

      Parameters:
      creationTime - Date and time when the vector index was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.