Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetIngestionJobRequest.Builder
-
Packages that use GetIngestionJobRequest.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 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)Get an ingestion jobdefault GetIngestionJobResponseBedrockAgentClient. getIngestionJob(Consumer<GetIngestionJobRequest.Builder> getIngestionJobRequest)Get an ingestion job -
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)Sets the value of the DataSourceId property for this object.GetIngestionJobRequest.BuilderGetIngestionJobRequest.Builder. ingestionJobId(String ingestionJobId)Sets the value of the IngestionJobId property for this object.GetIngestionJobRequest.BuilderGetIngestionJobRequest.Builder. knowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.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()
-