public static interface ListProjectsRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListProjectsRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.ListProjectsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.ListProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.