public static interface ListProjectsRequest.Builder extends MobileRequest.Builder, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListProjectsRequest.Builder |
nextToken(String nextToken)
Pagination token.
|
ListProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListProjectsRequest.Builder maxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults - Maximum number of records to list in a single response.ListProjectsRequest.Builder nextToken(String nextToken)
Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.
nextToken - Pagination token. Set to null to start listing projects from start. If non-null pagination token is
returned in a result, then pass its value in here in another request to list more projects.ListProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.