Interface StopEventsDetectionJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<StopEventsDetectionJobResponse.Builder,StopEventsDetectionJobResponse>,SdkBuilder<StopEventsDetectionJobResponse.Builder,StopEventsDetectionJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopEventsDetectionJobResponse
public static interface StopEventsDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopEventsDetectionJobResponse.Builder,StopEventsDetectionJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopEventsDetectionJobResponse.BuilderjobId(String jobId)The identifier of the events detection job to stop.StopEventsDetectionJobResponse.BuilderjobStatus(String jobStatus)The status of the events detection job.StopEventsDetectionJobResponse.BuilderjobStatus(JobStatus jobStatus)The status of the events 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 Detail
-
jobId
StopEventsDetectionJobResponse.Builder jobId(String jobId)
The identifier of the events detection job to stop.
- Parameters:
jobId- The identifier of the events detection job to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
StopEventsDetectionJobResponse.Builder jobStatus(String jobStatus)
The status of the events detection job.
-
jobStatus
StopEventsDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the events detection job.
-
-