static ListSessionsRequest.Builder |
ListSessionsRequest.builder() |
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to be included in the next page.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.nextToken(String nextToken) |
The pagination token used to retrieve the next page of results for this operation.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.portalId(String portalId) |
The ID of the web portal for the sessions.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sessionId(String sessionId) |
The ID of the session.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sortBy(String sortBy) |
The method in which the returned sessions should be sorted.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sortBy(SessionSortBy sortBy) |
The method in which the returned sessions should be sorted.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.status(String status) |
The status of the session.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.status(SessionStatus status) |
The status of the session.
|
ListSessionsRequest.Builder |
ListSessionsRequest.toBuilder() |
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.username(String username) |
The username of the session.
|