public static interface StopWorkflowRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StopWorkflowRunRequest.Builder,StopWorkflowRunRequest>
| Modifier and Type | Method and Description |
|---|---|
StopWorkflowRunRequest.Builder |
name(String name)
The name of the workflow to stop.
|
StopWorkflowRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopWorkflowRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopWorkflowRunRequest.Builder |
runId(String runId)
The ID of the workflow run to stop.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopWorkflowRunRequest.Builder name(String name)
The name of the workflow to stop.
name - The name of the workflow to stop.StopWorkflowRunRequest.Builder runId(String runId)
The ID of the workflow run to stop.
runId - The ID of the workflow run to stop.StopWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.