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