Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetIngestionJobRequest.Builder
-
Packages that use GetIngestionJobRequest.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 GetIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type GetIngestionJobRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIngestionJobResponse>BedrockAgentAsyncClient. getIngestionJob(Consumer<GetIngestionJobRequest.Builder> getIngestionJobRequest)Gets information about a ingestion job, in which a data source is added to a knowledge base.default GetIngestionJobResponseBedrockAgentClient. getIngestionJob(Consumer<GetIngestionJobRequest.Builder> getIngestionJobRequest)Gets information about a ingestion job, in which a data source is added to a knowledge base. -
Uses of GetIngestionJobRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetIngestionJobRequest.Builder Modifier and Type Method Description static GetIngestionJobRequest.BuilderGetIngestionJobRequest. builder()GetIngestionJobRequest.BuilderGetIngestionJobRequest.Builder. dataSourceId(String dataSourceId)The unique identifier of the data source in the ingestion job.GetIngestionJobRequest.BuilderGetIngestionJobRequest.Builder. ingestionJobId(String ingestionJobId)The unique identifier of the ingestion job.GetIngestionJobRequest.BuilderGetIngestionJobRequest.Builder. knowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base for which the ingestion job applies.GetIngestionJobRequest.BuilderGetIngestionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIngestionJobRequest.BuilderGetIngestionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIngestionJobRequest.BuilderGetIngestionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetIngestionJobRequest.Builder Modifier and Type Method Description static Class<? extends GetIngestionJobRequest.Builder>GetIngestionJobRequest. serializableBuilderClass()
-