Interface ListDevEnvironmentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeCatalystResponse.Builder
,CopyableBuilder<ListDevEnvironmentsResponse.Builder,
,ListDevEnvironmentsResponse> SdkBuilder<ListDevEnvironmentsResponse.Builder,
,ListDevEnvironmentsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDevEnvironmentsResponse
@Mutable
@NotThreadSafe
public static interface ListDevEnvironmentsResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListDevEnvironmentsResponse.Builder,ListDevEnvironmentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<DevEnvironmentSummary> items) Information about the Dev Environments in a project.items
(Consumer<DevEnvironmentSummary.Builder>... items) Information about the Dev Environments in a project.items
(DevEnvironmentSummary... items) Information about the Dev Environments in a project.A token returned from a call to this API to indicate the next batch of results to return, if any.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
Information about the Dev Environments in a project.
- Parameters:
items
- Information about the Dev Environments in a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Information about the Dev Environments in a project.
- Parameters:
items
- Information about the Dev Environments in a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Information about the Dev Environments in a project.
This is a convenience method that creates an instance of theDevEnvironmentSummary.Builder
avoiding the need to create one manually viaDevEnvironmentSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<DevEnvironmentSummary>)
.- Parameters:
items
- a consumer that will call methods onDevEnvironmentSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-