| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
default StopJobRunResponse |
DataBrewClient.stopJobRun(Consumer<StopJobRunRequest.Builder> stopJobRunRequest)
Stops a particular run of a job.
|
default CompletableFuture<StopJobRunResponse> |
DataBrewAsyncClient.stopJobRun(Consumer<StopJobRunRequest.Builder> stopJobRunRequest)
Stops a particular run of a job.
|
| Modifier and Type | Method and Description |
|---|---|
static StopJobRunRequest.Builder |
StopJobRunRequest.builder() |
StopJobRunRequest.Builder |
StopJobRunRequest.Builder.name(String name)
The name of the job to be stopped.
|
StopJobRunRequest.Builder |
StopJobRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopJobRunRequest.Builder |
StopJobRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopJobRunRequest.Builder |
StopJobRunRequest.Builder.runId(String runId)
The ID of the job run to be stopped.
|
StopJobRunRequest.Builder |
StopJobRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopJobRunRequest.Builder> |
StopJobRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.