Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.StopIngestionJobResponse.Builder
-
Packages that use StopIngestionJobResponse.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StopIngestionJobResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StopIngestionJobResponse.Builder Modifier and Type Method Description static StopIngestionJobResponse.BuilderStopIngestionJobResponse. builder()default StopIngestionJobResponse.BuilderStopIngestionJobResponse.Builder. ingestionJob(Consumer<IngestionJob.Builder> ingestionJob)Contains information about the stopped data ingestion job.StopIngestionJobResponse.BuilderStopIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)Contains information about the stopped data ingestion job.StopIngestionJobResponse.BuilderStopIngestionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type StopIngestionJobResponse.Builder Modifier and Type Method Description static Class<? extends StopIngestionJobResponse.Builder>StopIngestionJobResponse. serializableBuilderClass()
-