public static interface DescribeSessionsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeSessionsRequest.Builder,DescribeSessionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSessionsRequest.Builder stackName(String stackName)
The name of the stack. This value is case-sensitive.
stackName - The name of the stack. This value is case-sensitive.DescribeSessionsRequest.Builder fleetName(String fleetName)
The name of the fleet. This value is case-sensitive.
fleetName - The name of the fleet. This value is case-sensitive.DescribeSessionsRequest.Builder userId(String userId)
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
userId - The user identifier (ID). If you specify a user ID, you must also specify the authentication type.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.