Interface ListWorkflowsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>,GlueRequest.Builder,SdkBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWorkflowsRequest
public static interface ListWorkflowsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowsRequest.BuildermaxResults(Integer maxResults)The maximum size of a list to return.ListWorkflowsRequest.BuildernextToken(String nextToken)A continuation token, if this is a continuation request.ListWorkflowsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListWorkflowsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation request.
- Parameters:
nextToken- A continuation token, if this is a continuation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListWorkflowsRequest.Builder maxResults(Integer maxResults)
The maximum size of a list to return.
- Parameters:
maxResults- The maximum size of a list to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-