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