Interface GetWorkflowRunsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetWorkflowRunsRequest.Builder,
,GetWorkflowRunsRequest> GlueRequest.Builder
,SdkBuilder<GetWorkflowRunsRequest.Builder,
,GetWorkflowRunsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetWorkflowRunsRequest
@Mutable
@NotThreadSafe
public static interface GetWorkflowRunsRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowRunsRequest.Builder,GetWorkflowRunsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionincludeGraph
(Boolean includeGraph) Specifies whether to include the workflow graph in response or not.maxResults
(Integer maxResults) The maximum number of workflow runs to be included in the response.Name of the workflow whose metadata of runs should be returned.The maximum size of the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetWorkflowRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-