Interface VectorIngestionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VectorIngestionConfiguration.Builder,VectorIngestionConfiguration>,SdkBuilder<VectorIngestionConfiguration.Builder,VectorIngestionConfiguration>,SdkPojo
- Enclosing class:
- VectorIngestionConfiguration
public static interface VectorIngestionConfiguration.Builder extends SdkPojo, CopyableBuilder<VectorIngestionConfiguration.Builder,VectorIngestionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VectorIngestionConfiguration.BuilderchunkingConfiguration(Consumer<ChunkingConfiguration.Builder> chunkingConfiguration)Sets the value of the ChunkingConfiguration property for this object.VectorIngestionConfiguration.BuilderchunkingConfiguration(ChunkingConfiguration chunkingConfiguration)Sets the value of the ChunkingConfiguration property for this object.-
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, sdkFields
-
-
-
-
Method Detail
-
chunkingConfiguration
VectorIngestionConfiguration.Builder chunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
Sets the value of the ChunkingConfiguration property for this object.- Parameters:
chunkingConfiguration- The new value for the ChunkingConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chunkingConfiguration
default VectorIngestionConfiguration.Builder chunkingConfiguration(Consumer<ChunkingConfiguration.Builder> chunkingConfiguration)
Sets the value of the ChunkingConfiguration property for this object. This is a convenience method that creates an instance of theChunkingConfiguration.Builderavoiding the need to create one manually viaChunkingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochunkingConfiguration(ChunkingConfiguration).- Parameters:
chunkingConfiguration- a consumer that will call methods onChunkingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chunkingConfiguration(ChunkingConfiguration)
-
-