Interface CollectionConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CollectionConfig.Builder,,CollectionConfig> SdkBuilder<CollectionConfig.Builder,,CollectionConfig> SdkPojo
- Enclosing class:
 CollectionConfig
@Mutable
@NotThreadSafe
public static interface CollectionConfig.Builder
extends SdkPojo, CopyableBuilder<CollectionConfig.Builder,CollectionConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CollectionConfig.BuildervectorConfig(Consumer<VectorConfig.Builder> vectorConfig) Configuration for your vector collection type.vectorConfig(VectorConfig vectorConfig) Configuration for your vector collection type.Methods 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
- 
vectorConfig
Configuration for your vector collection type.
- 
 
Dimension: The number of elements in your vector. 
- Parameters:
 vectorConfig- Configuration for your vector collection type.- 
        
Dimension: The number of elements in your vector. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
vectorConfig
Configuration for your vector collection type.
- 
 
Dimension: The number of elements in your vector. 
VectorConfig.Builderavoiding the need to create one manually viaVectorConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovectorConfig(VectorConfig).- Parameters:
 vectorConfig- a consumer that will call methods onVectorConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 
 -