public static interface CancelJobRunResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>
Modifier and Type | Method and Description |
---|---|
CancelJobRunResponse.Builder |
applicationId(String applicationId)
The output contains the application ID on which the job run is cancelled.
|
CancelJobRunResponse.Builder |
jobRunId(String jobRunId)
The output contains the ID of the cancelled job run.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancelJobRunResponse.Builder applicationId(String applicationId)
The output contains the application ID on which the job run is cancelled.
applicationId
- The output contains the application ID on which the job run is cancelled.CancelJobRunResponse.Builder jobRunId(String jobRunId)
The output contains the ID of the cancelled job run.
jobRunId
- The output contains the ID of the cancelled job run.Copyright © 2022. All rights reserved.