public static interface ListProjectsRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest.Builder |
filters(Collection<ProjectListFilter> filters)
Information about filters to apply to narrow the results returned in the list.
|
ListProjectsRequest.Builder |
filters(Consumer<ProjectListFilter.Builder>... filters)
Information about filters to apply to narrow the results returned in the list.
|
ListProjectsRequest.Builder |
filters(ProjectListFilter... filters)
Information about filters to apply to narrow the results returned in the list.
|
ListProjectsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API.
|
ListProjectsRequest.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
ListProjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProjectsRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.ListProjectsRequest.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.ListProjectsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API. If the number of results is larger than
the number you specified, the response will include a NextToken element, which you can use to
obtain additional results.
maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger
than the number you specified, the response will include a NextToken element, which you
can use to obtain additional results.ListProjectsRequest.Builder filters(Collection<ProjectListFilter> filters)
Information about filters to apply to narrow the results returned in the list.
filters - Information about filters to apply to narrow the results returned in the list.ListProjectsRequest.Builder filters(ProjectListFilter... filters)
Information about filters to apply to narrow the results returned in the list.
filters - Information about filters to apply to narrow the results returned in the list.ListProjectsRequest.Builder filters(Consumer<ProjectListFilter.Builder>... filters)
Information about filters to apply to narrow the results returned in the list.
This is a convenience method that creates an instance of theProjectListFilter.Builder avoiding the need to
create one manually via
ProjectListFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
ProjectListFilter.Builder#filters(java.util.Collection) 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.