Uses of Interface
software.amazon.awssdk.services.comprehend.model.StopPiiEntitiesDetectionJobResponse.Builder
-
Packages that use StopPiiEntitiesDetectionJobResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of StopPiiEntitiesDetectionJobResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StopPiiEntitiesDetectionJobResponse.Builder Modifier and Type Method Description static StopPiiEntitiesDetectionJobResponse.BuilderStopPiiEntitiesDetectionJobResponse. builder()StopPiiEntitiesDetectionJobResponse.BuilderStopPiiEntitiesDetectionJobResponse.Builder. jobId(String jobId)The identifier of the PII entities detection job to stop.StopPiiEntitiesDetectionJobResponse.BuilderStopPiiEntitiesDetectionJobResponse.Builder. jobStatus(String jobStatus)The status of the PII entities detection job.StopPiiEntitiesDetectionJobResponse.BuilderStopPiiEntitiesDetectionJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of the PII entities detection job.StopPiiEntitiesDetectionJobResponse.BuilderStopPiiEntitiesDetectionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StopPiiEntitiesDetectionJobResponse.Builder Modifier and Type Method Description static Class<? extends StopPiiEntitiesDetectionJobResponse.Builder>StopPiiEntitiesDetectionJobResponse. serializableBuilderClass()
-