Interface GetWorkflowRunsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetWorkflowRunsRequest.Builder,GetWorkflowRunsRequest>,GlueRequest.Builder,SdkBuilder<GetWorkflowRunsRequest.Builder,GetWorkflowRunsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetWorkflowRunsRequest
public static interface GetWorkflowRunsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunsRequest.Builder,GetWorkflowRunsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkflowRunsRequest.BuilderincludeGraph(Boolean includeGraph)Specifies whether to include the workflow graph in response or not.GetWorkflowRunsRequest.BuildermaxResults(Integer maxResults)The maximum number of workflow runs to be included in the response.GetWorkflowRunsRequest.Buildername(String name)Name of the workflow whose metadata of runs should be returned.GetWorkflowRunsRequest.BuildernextToken(String nextToken)The maximum size of the response.GetWorkflowRunsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkflowRunsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetWorkflowRunsRequest.Builder name(String name)
Name of the workflow whose metadata of runs should be returned.
- Parameters:
name- Name of the workflow whose metadata of runs should be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeGraph
GetWorkflowRunsRequest.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.
-
nextToken
GetWorkflowRunsRequest.Builder nextToken(String nextToken)
The maximum size of the response.
- Parameters:
nextToken- The maximum size of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetWorkflowRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of workflow runs to be included in the response.
- Parameters:
maxResults- The maximum number of workflow runs to be included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetWorkflowRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkflowRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-