Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.StartIngestionJobResponse.Builder
-
Packages that use StartIngestionJobResponse.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StartIngestionJobResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StartIngestionJobResponse.Builder Modifier and Type Method Description static StartIngestionJobResponse.BuilderStartIngestionJobResponse. builder()default StartIngestionJobResponse.BuilderStartIngestionJobResponse.Builder. ingestionJob(Consumer<IngestionJob.Builder> ingestionJob)Sets the value of the IngestionJob property for this object.StartIngestionJobResponse.BuilderStartIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)Sets the value of the IngestionJob property for this object.StartIngestionJobResponse.BuilderStartIngestionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type StartIngestionJobResponse.Builder Modifier and Type Method Description static Class<? extends StartIngestionJobResponse.Builder>StartIngestionJobResponse. serializableBuilderClass()
-