public static interface ListWorkgroupsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListWorkgroupsRequest.Builder,ListWorkgroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkgroupsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListWorkgroupsRequest.Builder |
nextToken(String nextToken)
If your initial ListWorkgroups operation returns a
nextToken, you can include the returned
nextToken in subsequent ListNamespaces operations, which returns results in the next page. |
ListWorkgroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkgroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkgroupsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.ListWorkgroupsRequest.Builder nextToken(String nextToken)
If your initial ListWorkgroups operation returns a nextToken, you can include the returned
nextToken in subsequent ListNamespaces operations, which returns results in the next page.
nextToken - If your initial ListWorkgroups operation returns a nextToken, you can include the
returned nextToken in subsequent ListNamespaces operations, which returns results in the
next page.ListWorkgroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkgroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.