CopyableBuilder<DescribeSessionsResponse.Builder,DescribeSessionsResponse>
, SdkBuilder<DescribeSessionsResponse.Builder,DescribeSessionsResponse>
public static interface DescribeSessionsResponse.Builder extends CopyableBuilder<DescribeSessionsResponse.Builder,DescribeSessionsResponse>
Modifier and Type | Method | 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) |
The list of streaming sessions.
|
DescribeSessionsResponse.Builder |
sessions(Session... sessions) |
The list of streaming sessions.
|
copy
apply, build
DescribeSessionsResponse.Builder sessions(Collection<Session> sessions)
The list of streaming sessions.
sessions
- The list of streaming sessions.DescribeSessionsResponse.Builder sessions(Session... sessions)
The list of streaming sessions.
NOTE: This method appends the values to the existing list (if any). Use
#setSessions(java.util.Collection)
or #withSessions(java.util.Collection)
if you want to
override the existing values.
sessions
- The list of streaming sessions.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.