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) |
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListProjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.