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