public static interface ListWorkflowsRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of workflows to return.
|
ListWorkflowsRequest.Builder |
nextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. |
ListWorkflowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of workflows to return.
maxResults - Specifies the maximum number of workflows to return.ListWorkflowsRequest.Builder nextToken(String nextToken)
ListWorkflows returns the NextToken parameter in the output. You can then pass the
NextToken parameter in a subsequent command to continue listing additional workflows.
nextToken - ListWorkflows returns the NextToken parameter in the output. You can then
pass the NextToken parameter in a subsequent command to continue listing additional
workflows.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.