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)
Add an optional request override configuration.
|
GetWorkflowRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetWorkflowRunsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetWorkflowRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.