Interface ListDevEnvironmentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCatalystResponse.Builder,CopyableBuilder<ListDevEnvironmentsResponse.Builder,ListDevEnvironmentsResponse>,SdkBuilder<ListDevEnvironmentsResponse.Builder,ListDevEnvironmentsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDevEnvironmentsResponse
public static interface ListDevEnvironmentsResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListDevEnvironmentsResponse.Builder,ListDevEnvironmentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevEnvironmentsResponse.Builderitems(Collection<DevEnvironmentSummary> items)Information about the Dev Environments in a project.ListDevEnvironmentsResponse.Builderitems(Consumer<DevEnvironmentSummary.Builder>... items)Information about the Dev Environments in a project.ListDevEnvironmentsResponse.Builderitems(DevEnvironmentSummary... items)Information about the Dev Environments in a project.ListDevEnvironmentsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
ListDevEnvironmentsResponse.Builder items(Collection<DevEnvironmentSummary> 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
ListDevEnvironmentsResponse.Builder items(DevEnvironmentSummary... 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
ListDevEnvironmentsResponse.Builder items(Consumer<DevEnvironmentSummary.Builder>... items)
Information about the Dev Environments in a project.
This is a convenience method that creates an instance of theDevEnvironmentSummary.Builderavoiding the need to create one manually viaDevEnvironmentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - 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:
#items(java.util.Collection)
-
nextToken
ListDevEnvironmentsResponse.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.
-
-