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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetWorkflowRunsRequest.Builder
overrideConfiguration(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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkflowRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-