CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
, SdkBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
public static interface ListProjectsRequest.Builder extends CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListProjectsRequest.Builder |
maxResults(Integer maxResults) |
The maximum amount of data that can be contained in a single set of results.
|
ListProjectsRequest.Builder |
nextToken(String nextToken) |
The continuation token to be used to return the next set of results, if the results cannot be returned in one
response.
|
copy
apply, build
ListProjectsRequest.Builder nextToken(String nextToken)
The continuation token to be used to return the next set of results, if the results cannot be returned in one response.
nextToken
- The continuation token to be used to return the next set of results, if the results cannot be returned
in one response.ListProjectsRequest.Builder maxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
maxResults
- The maximum amount of data that can be contained in a single set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.