public static interface DescribeSessionsRequest.Builder extends AppStreamRequest.Builder, CopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeSessionsRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication method.
|
DescribeSessionsRequest.Builder |
authenticationType(String authenticationType)
The authentication method.
|
DescribeSessionsRequest.Builder |
fleetName(String fleetName)
The name of the fleet.
|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeSessionsRequest.Builder |
stackName(String stackName)
The name of the stack.
|
DescribeSessionsRequest.Builder |
userId(String userId)
The user ID.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeSessionsRequest.Builder stackName(String stackName)
The name of the stack.
stackName
- The name of the stack.DescribeSessionsRequest.Builder fleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.DescribeSessionsRequest.Builder userId(String userId)
The user ID.
userId
- The user ID.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 value is 50.
limit
- The size of each page of results. The default value is 20 and the maximum value is 50.DescribeSessionsRequest.Builder authenticationType(String authenticationType)
The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.
authenticationType
- The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming
URL.AuthenticationType
,
AuthenticationType
DescribeSessionsRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming URL.
authenticationType
- The authentication method. Specify API
for a user authenticated using a streaming URL or
SAML
for a SAML federated user. The default is to authenticate users using a streaming
URL.AuthenticationType
,
AuthenticationType
DescribeSessionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.