Interface StopPiiEntitiesDetectionJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ComprehendResponse.Builder
,CopyableBuilder<StopPiiEntitiesDetectionJobResponse.Builder,
,StopPiiEntitiesDetectionJobResponse> SdkBuilder<StopPiiEntitiesDetectionJobResponse.Builder,
,StopPiiEntitiesDetectionJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StopPiiEntitiesDetectionJobResponse
public static interface StopPiiEntitiesDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopPiiEntitiesDetectionJobResponse.Builder,StopPiiEntitiesDetectionJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the PII entities detection job to stop.The status of the PII entities detection job.The status of the PII entities detection job.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.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 Details
-
jobId
The identifier of the PII entities detection job to stop.
- Parameters:
jobId
- The identifier of the PII entities detection job to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The status of the PII entities detection job.
- Parameters:
jobStatus
- The status of the PII entities detection job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the PII entities detection job.
- Parameters:
jobStatus
- The status of the PII entities detection job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-