public static interface ListProjectsRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListProjectsRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.ListProjectsRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListProjects operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListProjects operation.ListProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.