public static interface ListProjectsRequest.Builder extends CodeStarRequest.Builder, SdkPojo, 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.
|
buildoverrideConfigurationcopyapplyMutation, buildListProjectsRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.