Uses of Interface
software.amazon.awssdk.services.glue.model.BatchStopJobRunRequest.Builder
-
Packages that use BatchStopJobRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of BatchStopJobRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type BatchStopJobRunRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchStopJobRunResponse>GlueAsyncClient. batchStopJobRun(Consumer<BatchStopJobRunRequest.Builder> batchStopJobRunRequest)Stops one or more job runs for a specified job definition.default BatchStopJobRunResponseGlueClient. batchStopJobRun(Consumer<BatchStopJobRunRequest.Builder> batchStopJobRunRequest)Stops one or more job runs for a specified job definition. -
Uses of BatchStopJobRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BatchStopJobRunRequest.Builder Modifier and Type Method Description static BatchStopJobRunRequest.BuilderBatchStopJobRunRequest. builder()BatchStopJobRunRequest.BuilderBatchStopJobRunRequest.Builder. jobName(String jobName)The name of the job definition for which to stop job runs.BatchStopJobRunRequest.BuilderBatchStopJobRunRequest.Builder. jobRunIds(String... jobRunIds)A list of theJobRunIdsthat should be stopped for that job definition.BatchStopJobRunRequest.BuilderBatchStopJobRunRequest.Builder. jobRunIds(Collection<String> jobRunIds)A list of theJobRunIdsthat should be stopped for that job definition.BatchStopJobRunRequest.BuilderBatchStopJobRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStopJobRunRequest.BuilderBatchStopJobRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchStopJobRunRequest.BuilderBatchStopJobRunRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchStopJobRunRequest.Builder Modifier and Type Method Description static Class<? extends BatchStopJobRunRequest.Builder>BatchStopJobRunRequest. serializableBuilderClass()
-