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