Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.StartIngestionJobRequest.Builder
-
Packages that use StartIngestionJobRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StartIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type StartIngestionJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartIngestionJobResponse>BedrockAgentAsyncClient. startIngestionJob(Consumer<StartIngestionJobRequest.Builder> startIngestionJobRequest)Begins an ingestion job, in which a data source is added to a knowledge base.default StartIngestionJobResponseBedrockAgentClient. startIngestionJob(Consumer<StartIngestionJobRequest.Builder> startIngestionJobRequest)Begins an ingestion job, in which a data source is added to a knowledge base. -
Uses of StartIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StartIngestionJobRequest.Builder Modifier and Type Method Description static StartIngestionJobRequest.BuilderStartIngestionJobRequest. builder()StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier to ensure that the API request completes no more than one time.StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. dataSourceId(String dataSourceId)The unique identifier of the data source to ingest.StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. description(String description)A description of the ingestion job.StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. knowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base to which to add the data source.StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartIngestionJobRequest.BuilderStartIngestionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type StartIngestionJobRequest.Builder Modifier and Type Method Description static Class<? extends StartIngestionJobRequest.Builder>StartIngestionJobRequest. serializableBuilderClass()
-