public static interface ListWorkflowsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of a list to return.
|
ListWorkflowsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListWorkflowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken - A continuation token, if this is a continuation request.ListWorkflowsRequest.Builder maxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.ListWorkflowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkflowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.