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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListProjectsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListProjectsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.