Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.StopIngestionJobRequest.Builder
Packages that use StopIngestionJobRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of StopIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type StopIngestionJobRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.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.BuilderModifier and TypeMethodDescriptionStopIngestionJobRequest.builder()StopIngestionJobRequest.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source for the data ingestion job you want to stop.StopIngestionJobRequest.Builder.ingestionJobId(String ingestionJobId) The unique identifier of the data ingestion job you want to stop.StopIngestionJobRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base for the data ingestion job you want to stop.StopIngestionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopIngestionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopIngestionJobRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type StopIngestionJobRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopIngestionJobRequest.Builder>StopIngestionJobRequest.serializableBuilderClass()