Interface ListDevEnvironmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<ListDevEnvironmentsRequest.Builder,ListDevEnvironmentsRequest>,SdkBuilder<ListDevEnvironmentsRequest.Builder,ListDevEnvironmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDevEnvironmentsRequest
public static interface ListDevEnvironmentsRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListDevEnvironmentsRequest.Builder,ListDevEnvironmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevEnvironmentsRequest.Builderfilters(Collection<Filter> filters)Information about filters to apply to narrow the results returned in the list.ListDevEnvironmentsRequest.Builderfilters(Consumer<Filter.Builder>... filters)Information about filters to apply to narrow the results returned in the list.ListDevEnvironmentsRequest.Builderfilters(Filter... filters)Information about filters to apply to narrow the results returned in the list.ListDevEnvironmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to show in a single call to this API.ListDevEnvironmentsRequest.BuildernextToken(String nextToken)A token returned from a call to this API to indicate the next batch of results to return, if any.ListDevEnvironmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevEnvironmentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevEnvironmentsRequest.BuilderprojectName(String projectName)The name of the project in the space.ListDevEnvironmentsRequest.BuilderspaceName(String spaceName)The name of the space.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
spaceName
ListDevEnvironmentsRequest.Builder spaceName(String spaceName)
The name of the space.
- Parameters:
spaceName- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
ListDevEnvironmentsRequest.Builder projectName(String projectName)
The name of the project in the space.
- Parameters:
projectName- The name of the project in the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListDevEnvironmentsRequest.Builder filters(Collection<Filter> filters)
Information about filters to apply to narrow the results returned in the list.
- Parameters:
filters- Information about filters to apply to narrow the results returned in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListDevEnvironmentsRequest.Builder filters(Filter... filters)
Information about filters to apply to narrow the results returned in the list.
- Parameters:
filters- Information about filters to apply to narrow the results returned in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- A token returned from a call to this API to indicate the next batch of results to return, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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
NextTokenelement, which you can use to obtain additional results.- Parameters:
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 aNextTokenelement, which you can use to obtain additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDevEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDevEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-