Uses of Interface
software.amazon.awssdk.services.emrserverless.model.CancelJobRunResponse.Builder
-
Packages that use CancelJobRunResponse.Builder Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of CancelJobRunResponse.Builder in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return CancelJobRunResponse.Builder Modifier and Type Method Description CancelJobRunResponse.BuilderCancelJobRunResponse.Builder. applicationId(String applicationId)The output contains the application ID on which the job run is cancelled.static CancelJobRunResponse.BuilderCancelJobRunResponse. builder()CancelJobRunResponse.BuilderCancelJobRunResponse.Builder. jobRunId(String jobRunId)The output contains the ID of the cancelled job run.CancelJobRunResponse.BuilderCancelJobRunResponse. toBuilder()Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type CancelJobRunResponse.Builder Modifier and Type Method Description static Class<? extends CancelJobRunResponse.Builder>CancelJobRunResponse. serializableBuilderClass()
-