Interface StopEventsDetectionJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ComprehendResponse.Builder,- CopyableBuilder<StopEventsDetectionJobResponse.Builder,,- StopEventsDetectionJobResponse> - SdkBuilder<StopEventsDetectionJobResponse.Builder,,- StopEventsDetectionJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StopEventsDetectionJobResponse
@Mutable
@NotThreadSafe
public static interface StopEventsDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopEventsDetectionJobResponse.Builder,StopEventsDetectionJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe identifier of the events detection job to stop.The status of the events detection job.The status of the events detection job.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
jobIdThe 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.
 
- 
jobStatusThe status of the events detection job. - Parameters:
- jobStatus- The status of the events detection job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jobStatusThe status of the events detection job. - Parameters:
- jobStatus- The status of the events detection job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-