public static interface DescribeSessionsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeSessionsResponse.Builder,DescribeSessionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSessionsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeSessionsResponse.Builder |
sessions(Collection<Session> sessions)
Information about the streaming sessions.
|
DescribeSessionsResponse.Builder |
sessions(Consumer<Session.Builder>... sessions)
Information about the streaming sessions.
|
DescribeSessionsResponse.Builder |
sessions(Session... sessions)
Information about the streaming sessions.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeSessionsResponse.Builder sessions(Collection<Session> sessions)
Information about the streaming sessions.
sessions
- Information about the streaming sessions.DescribeSessionsResponse.Builder sessions(Session... sessions)
Information about the streaming sessions.
sessions
- Information about the streaming sessions.DescribeSessionsResponse.Builder sessions(Consumer<Session.Builder>... sessions)
Information about the streaming sessions.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #sessions(List)
.sessions
- a consumer that will call methods on List.Builder
#sessions(List)
DescribeSessionsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.