Uses of Interface
software.amazon.awssdk.services.comprehend.model.StartKeyPhrasesDetectionJobResponse.Builder
-
Packages that use StartKeyPhrasesDetectionJobResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of StartKeyPhrasesDetectionJobResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StartKeyPhrasesDetectionJobResponse.Builder Modifier and Type Method Description static StartKeyPhrasesDetectionJobResponse.BuilderStartKeyPhrasesDetectionJobResponse. builder()StartKeyPhrasesDetectionJobResponse.BuilderStartKeyPhrasesDetectionJobResponse.Builder. jobArn(String jobArn)The Amazon Resource Name (ARN) of the key phrase detection job.StartKeyPhrasesDetectionJobResponse.BuilderStartKeyPhrasesDetectionJobResponse.Builder. jobId(String jobId)The identifier generated for the job.StartKeyPhrasesDetectionJobResponse.BuilderStartKeyPhrasesDetectionJobResponse.Builder. jobStatus(String jobStatus)The status of the job.StartKeyPhrasesDetectionJobResponse.BuilderStartKeyPhrasesDetectionJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of the job.StartKeyPhrasesDetectionJobResponse.BuilderStartKeyPhrasesDetectionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StartKeyPhrasesDetectionJobResponse.Builder Modifier and Type Method Description static Class<? extends StartKeyPhrasesDetectionJobResponse.Builder>StartKeyPhrasesDetectionJobResponse. serializableBuilderClass()
-