CopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
, SdkBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
public static interface DescribeSessionsRequest.Builder extends CopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeSessionsRequest.Builder |
authenticationType(String authenticationType) |
The authentication method of the user.
|
DescribeSessionsRequest.Builder |
authenticationType(AuthenticationType authenticationType) |
The authentication method of the user.
|
DescribeSessionsRequest.Builder |
fleetName(String fleetName) |
The name of the fleet for which to list sessions.
|
DescribeSessionsRequest.Builder |
limit(Integer limit) |
The size of each page of results.
|
DescribeSessionsRequest.Builder |
nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeSessionsRequest.Builder |
stackName(String stackName) |
The name of the stack for which to list sessions.
|
DescribeSessionsRequest.Builder |
userId(String userId) |
The user for whom to list sessions.
|
copy
apply, build
DescribeSessionsRequest.Builder stackName(String stackName)
The name of the stack for which to list sessions.
stackName
- The name of the stack for which to list sessions.DescribeSessionsRequest.Builder fleetName(String fleetName)
The name of the fleet for which to list sessions.
fleetName
- The name of the fleet for which to list sessions.DescribeSessionsRequest.Builder userId(String userId)
The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.
userId
- The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.DescribeSessionsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.DescribeSessionsRequest.Builder limit(Integer limit)
The size of each page of results. The default value is 20 and the maximum supported value is 50.
limit
- The size of each page of results. The default value is 20 and the maximum supported value is 50.DescribeSessionsRequest.Builder authenticationType(String authenticationType)
The authentication method of the user. It can be API
for a user authenticated using a streaming
URL, or SAML
for a SAML federated user. If an authentication type is not provided, the operation
defaults to users authenticated using a streaming URL.
authenticationType
- The authentication method of the user. It can be API
for a user authenticated using a
streaming URL, or SAML
for a SAML federated user. If an authentication type is not
provided, the operation defaults to users authenticated using a streaming URL.AuthenticationType
DescribeSessionsRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication method of the user. It can be API
for a user authenticated using a streaming
URL, or SAML
for a SAML federated user. If an authentication type is not provided, the operation
defaults to users authenticated using a streaming URL.
authenticationType
- The authentication method of the user. It can be API
for a user authenticated using a
streaming URL, or SAML
for a SAML federated user. If an authentication type is not
provided, the operation defaults to users authenticated using a streaming URL.AuthenticationType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.