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