public static interface ListDevEnvironmentsResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListDevEnvironmentsResponse.Builder,ListDevEnvironmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevEnvironmentsResponse.Builder |
items(Collection<DevEnvironmentSummary> items)
Information about the Dev Environments in a project.
|
ListDevEnvironmentsResponse.Builder |
items(Consumer<DevEnvironmentSummary.Builder>... items)
Information about the Dev Environments in a project.
|
ListDevEnvironmentsResponse.Builder |
items(DevEnvironmentSummary... items)
Information about the Dev Environments in a project.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevEnvironmentsResponse.Builder items(Collection<DevEnvironmentSummary> items)
Information about the Dev Environments in a project.
items - Information about the Dev Environments in a project.ListDevEnvironmentsResponse.Builder items(DevEnvironmentSummary... items)
Information about the Dev Environments in a project.
items - Information about the Dev Environments in a project.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.Builder avoiding the need to
create one manually via
DevEnvironmentSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
DevEnvironmentSummary.Builder#items(java.util.Collection) 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.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.Copyright © 2022. All rights reserved.