public static interface ListDevEnvironmentSessionsResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListDevEnvironmentSessionsResponse.Builder,ListDevEnvironmentSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevEnvironmentSessionsResponse.Builder |
items(Collection<DevEnvironmentSessionSummary> items)
Information about each session retrieved in the list.
|
ListDevEnvironmentSessionsResponse.Builder |
items(Consumer<DevEnvironmentSessionSummary.Builder>... items)
Information about each session retrieved in the list.
|
ListDevEnvironmentSessionsResponse.Builder |
items(DevEnvironmentSessionSummary... items)
Information about each session retrieved in the list.
|
ListDevEnvironmentSessionsResponse.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, buildListDevEnvironmentSessionsResponse.Builder items(Collection<DevEnvironmentSessionSummary> items)
Information about each session retrieved in the list.
items - Information about each session retrieved in the list.ListDevEnvironmentSessionsResponse.Builder items(DevEnvironmentSessionSummary... items)
Information about each session retrieved in the list.
items - Information about each session retrieved in the list.ListDevEnvironmentSessionsResponse.Builder items(Consumer<DevEnvironmentSessionSummary.Builder>... items)
Information about each session retrieved in the list.
This is a convenience method that creates an instance of theDevEnvironmentSessionSummary.Builder avoiding the
need to create one manually via
DevEnvironmentSessionSummary.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
DevEnvironmentSessionSummary.Builder#items(java.util.Collection) ListDevEnvironmentSessionsResponse.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 © 2023. All rights reserved.