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