Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.StartIngestionJobRequest.Builder
-
Packages that use StartIngestionJobRequest.Builder Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.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)Start a new ingestion jobdefault StartIngestionJobResponseBedrockAgentClient. startIngestionJob(Consumer<StartIngestionJobRequest.Builder> startIngestionJobRequest)Start a new ingestion job -
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)Sets the value of the ClientToken property for this object.StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. dataSourceId(String dataSourceId)Sets the value of the DataSourceId property for this object.StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. description(String description)Sets the value of the Description property for this object.StartIngestionJobRequest.BuilderStartIngestionJobRequest.Builder. knowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.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()
-