Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.StopIngestionJobRequest.Builder
-
Packages that use StopIngestionJobRequest.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 StopIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type StopIngestionJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StopIngestionJobResponse>BedrockAgentAsyncClient. stopIngestionJob(Consumer<StopIngestionJobRequest.Builder> stopIngestionJobRequest)Stops a currently running data ingestion job.default StopIngestionJobResponseBedrockAgentClient. stopIngestionJob(Consumer<StopIngestionJobRequest.Builder> stopIngestionJobRequest)Stops a currently running data ingestion job. -
Uses of StopIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StopIngestionJobRequest.Builder Modifier and Type Method Description static StopIngestionJobRequest.BuilderStopIngestionJobRequest. builder()StopIngestionJobRequest.BuilderStopIngestionJobRequest.Builder. dataSourceId(String dataSourceId)The unique identifier of the data source for the data ingestion job you want to stop.StopIngestionJobRequest.BuilderStopIngestionJobRequest.Builder. ingestionJobId(String ingestionJobId)The unique identifier of the data ingestion job you want to stop.StopIngestionJobRequest.BuilderStopIngestionJobRequest.Builder. knowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base for the data ingestion job you want to stop.StopIngestionJobRequest.BuilderStopIngestionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopIngestionJobRequest.BuilderStopIngestionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopIngestionJobRequest.BuilderStopIngestionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type StopIngestionJobRequest.Builder Modifier and Type Method Description static Class<? extends StopIngestionJobRequest.Builder>StopIngestionJobRequest. serializableBuilderClass()
-