public static interface ListProjectsRequest.Builder extends CodeStarRequest.Builder, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
Modifier and Type | Method and 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.
|
ListProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.ListProjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.