Uses of Interface
software.amazon.awssdk.services.databrew.model.StopJobRunResponse.Builder
-
Packages that use StopJobRunResponse.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of StopJobRunResponse.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return StopJobRunResponse.Builder Modifier and Type Method Description static StopJobRunResponse.BuilderStopJobRunResponse. builder()StopJobRunResponse.BuilderStopJobRunResponse.Builder. runId(String runId)The ID of the job run that you stopped.StopJobRunResponse.BuilderStopJobRunResponse. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type StopJobRunResponse.Builder Modifier and Type Method Description static Class<? extends StopJobRunResponse.Builder>StopJobRunResponse. serializableBuilderClass()
-