Interface CancelJobRunResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>
,EmrServerlessResponse.Builder
,SdkBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CancelJobRunResponse
public static interface CancelJobRunResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<CancelJobRunResponse.Builder,CancelJobRunResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
applicationId
CancelJobRunResponse.Builder applicationId(String applicationId)
The output contains the application ID on which the job run is cancelled.
- Parameters:
applicationId
- The output contains the application ID on which the job run is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobRunId
CancelJobRunResponse.Builder jobRunId(String jobRunId)
The output contains the ID of the cancelled job run.
- Parameters:
jobRunId
- The output contains the ID of the cancelled job run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-