Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetIngestionJobRequest.Builder
Packages that use GetIngestionJobRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of GetIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetIngestionJobRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetIngestionJobResponse>BedrockAgentAsyncClient.getIngestionJob(Consumer<GetIngestionJobRequest.Builder> getIngestionJobRequest) Gets information about a data ingestion job.default GetIngestionJobResponseBedrockAgentClient.getIngestionJob(Consumer<GetIngestionJobRequest.Builder> getIngestionJobRequest) Gets information about a data ingestion job. -
Uses of GetIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetIngestionJobRequest.BuilderModifier and TypeMethodDescriptionGetIngestionJobRequest.builder()GetIngestionJobRequest.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source for the data ingestion job you want to get information on.GetIngestionJobRequest.Builder.ingestionJobId(String ingestionJobId) The unique identifier of the data ingestion job you want to get information on.GetIngestionJobRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base for the data ingestion job you want to get information on.GetIngestionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetIngestionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetIngestionJobRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetIngestionJobRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetIngestionJobRequest.Builder>GetIngestionJobRequest.serializableBuilderClass()