public static interface GetWorkflowRunsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunsRequest.Builder,GetWorkflowRunsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowRunsRequest.Builder |
includeGraph(Boolean includeGraph)
Specifies whether to include the workflow graph in response or not.
|
GetWorkflowRunsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
|
GetWorkflowRunsRequest.Builder |
name(String name)
Name of the workflow whose metadata of runs should be returned.
|
GetWorkflowRunsRequest.Builder |
nextToken(String nextToken)
The maximum size of the response.
|
GetWorkflowRunsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkflowRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowRunsRequest.Builder name(String name)
Name of the workflow whose metadata of runs should be returned.
name - Name of the workflow whose metadata of runs should be returned.GetWorkflowRunsRequest.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.GetWorkflowRunsRequest.Builder nextToken(String nextToken)
The maximum size of the response.
nextToken - The maximum size of the response.GetWorkflowRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
maxResults - The maximum number of workflow runs to be included in the response.GetWorkflowRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkflowRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.