Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ChunkingConfiguration.Builder
-
Packages that use ChunkingConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ChunkingConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ChunkingConfiguration.Builder Modifier and Type Method Description static ChunkingConfiguration.BuilderChunkingConfiguration. builder()ChunkingConfiguration.BuilderChunkingConfiguration.Builder. chunkingStrategy(String chunkingStrategy)Sets the value of the ChunkingStrategy property for this object.ChunkingConfiguration.BuilderChunkingConfiguration.Builder. chunkingStrategy(ChunkingStrategy chunkingStrategy)Sets the value of the ChunkingStrategy property for this object.default ChunkingConfiguration.BuilderChunkingConfiguration.Builder. fixedSizeChunkingConfiguration(Consumer<FixedSizeChunkingConfiguration.Builder> fixedSizeChunkingConfiguration)Sets the value of the FixedSizeChunkingConfiguration property for this object.ChunkingConfiguration.BuilderChunkingConfiguration.Builder. fixedSizeChunkingConfiguration(FixedSizeChunkingConfiguration fixedSizeChunkingConfiguration)Sets the value of the FixedSizeChunkingConfiguration property for this object.ChunkingConfiguration.BuilderChunkingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ChunkingConfiguration.Builder Modifier and Type Method Description static Class<? extends ChunkingConfiguration.Builder>ChunkingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ChunkingConfiguration.Builder Modifier and Type Method Description default VectorIngestionConfiguration.BuilderVectorIngestionConfiguration.Builder. chunkingConfiguration(Consumer<ChunkingConfiguration.Builder> chunkingConfiguration)Sets the value of the ChunkingConfiguration property for this object.
-