Interface GetWorkflowRunRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetWorkflowRunRequest.Builder,GetWorkflowRunRequest>,GlueRequest.Builder,SdkBuilder<GetWorkflowRunRequest.Builder,GetWorkflowRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetWorkflowRunRequest
public static interface GetWorkflowRunRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunRequest.Builder,GetWorkflowRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkflowRunRequest.BuilderincludeGraph(Boolean includeGraph)Specifies whether to include the workflow graph in response or not.GetWorkflowRunRequest.Buildername(String name)Name of the workflow being run.GetWorkflowRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkflowRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWorkflowRunRequest.BuilderrunId(String runId)The ID of the workflow run.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
GetWorkflowRunRequest.Builder name(String name)
Name of the workflow being run.
- Parameters:
name- Name of the workflow being run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
GetWorkflowRunRequest.Builder runId(String runId)
The ID of the workflow run.
- Parameters:
runId- The ID of the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeGraph
GetWorkflowRunRequest.Builder includeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
- Parameters:
includeGraph- Specifies whether to include the workflow graph in response or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetWorkflowRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkflowRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-