public static interface GetWorkflowRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunRequest.Builder,GetWorkflowRunRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowRunRequest.Builder |
includeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
GetWorkflowRunRequest.Builder |
name(String name)
Name of the workflow being run.
|
GetWorkflowRunRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkflowRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkflowRunRequest.Builder |
runId(String runId)
The ID of the workflow run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowRunRequest.Builder name(String name)
Name of the workflow being run.
name - Name of the workflow being run.GetWorkflowRunRequest.Builder runId(String runId)
The ID of the workflow run.
runId - The ID of the workflow run.GetWorkflowRunRequest.Builder includeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
includeGraph - Specifies whether to include the workflow graph in response or not.GetWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.