public static interface ListResourcesRequest.Builder extends CodeStarRequest.Builder, CopyableBuilder<ListResourcesRequest.Builder,ListResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourcesRequest.Builder |
maxResults(Integer maxResults)
The 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.
|
ListResourcesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildListResourcesRequest.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)
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.ListResourcesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.