Interface StopPhiDetectionJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendMedicalResponse.Builder,CopyableBuilder<StopPhiDetectionJobResponse.Builder,StopPhiDetectionJobResponse>,SdkBuilder<StopPhiDetectionJobResponse.Builder,StopPhiDetectionJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopPhiDetectionJobResponse
public static interface StopPhiDetectionJobResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<StopPhiDetectionJobResponse.Builder,StopPhiDetectionJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopPhiDetectionJobResponse.BuilderjobId(String jobId)The identifier of the PHI detection job that was stopped.-
Methods inherited from interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobId
StopPhiDetectionJobResponse.Builder jobId(String jobId)
The identifier of the PHI detection job that was stopped.
- Parameters:
jobId- The identifier of the PHI detection job that was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-