public static interface StopJobRunRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<StopJobRunRequest.Builder,StopJobRunRequest>
| Modifier and Type | Method and Description |
|---|---|
StopJobRunRequest.Builder |
name(String name)
The name of the job to be stopped.
|
StopJobRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopJobRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopJobRunRequest.Builder |
runId(String runId)
The ID of the job run to be stopped.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopJobRunRequest.Builder name(String name)
The name of the job to be stopped.
name - The name of the job to be stopped.StopJobRunRequest.Builder runId(String runId)
The ID of the job run to be stopped.
runId - The ID of the job run to be stopped.StopJobRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopJobRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.