public static interface GetWorkflowRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRequest.Builder,GetWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowRequest.Builder |
includeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
GetWorkflowRequest.Builder |
name(String name)
The name of the workflow to retrieve.
|
GetWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowRequest.Builder name(String name)
The name of the workflow to retrieve.
name - The name of the workflow to retrieve.GetWorkflowRequest.Builder includeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
includeGraph - Specifies whether to include a graph when returning the workflow resource metadata.GetWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.