public static interface DescribeSessionsRequest.Builder extends AppStreamRequest.Builder, CopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
build
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.DescribeSessionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.