Interface IndexSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IndexSummary.Builder,
,IndexSummary> SdkBuilder<IndexSummary.Builder,
,IndexSummary> SdkPojo
- Enclosing class:
IndexSummary
@Mutable
@NotThreadSafe
public static interface IndexSummary.Builder
extends SdkPojo, CopyableBuilder<IndexSummary.Builder,IndexSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) Date and time when the vector index was created.The Amazon Resource Name (ARN) of the vector index.The name of the vector index.vectorBucketName
(String vectorBucketName) The name of the vector bucket that contains the vector index.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 Details
-
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
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
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
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.
-