public static interface ListDevEnvironmentsRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListDevEnvironmentsRequest.Builder,ListDevEnvironmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevEnvironmentsRequest.Builder |
filters(Collection<Filter> filters)
Information about filters to apply to narrow the results returned in the list.
|
ListDevEnvironmentsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Information about filters to apply to narrow the results returned in the list.
|
ListDevEnvironmentsRequest.Builder |
filters(Filter... filters)
Information about filters to apply to narrow the results returned in the list.
|
ListDevEnvironmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API.
|
ListDevEnvironmentsRequest.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
ListDevEnvironmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevEnvironmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevEnvironmentsRequest.Builder |
projectName(String projectName)
The name of the project in the space.
|
ListDevEnvironmentsRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevEnvironmentsRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.ListDevEnvironmentsRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.ListDevEnvironmentsRequest.Builder filters(Collection<Filter> 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.ListDevEnvironmentsRequest.Builder filters(Filter... 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.ListDevEnvironmentsRequest.Builder filters(Consumer<Filter.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 theFilter.Builder avoiding the need to create one
manually via Filter.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
Filter.Builder#filters(java.util.Collection) ListDevEnvironmentsRequest.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.ListDevEnvironmentsRequest.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.ListDevEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.