public static interface DescribeUserStackAssociationsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserStackAssociationsRequest.Builder,DescribeUserStackAssociationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUserStackAssociationsRequest.Builder stackName(String stackName)
The name of the stack that is associated with the user.
stackName - The name of the stack that is associated with the user.DescribeUserStackAssociationsRequest.Builder userName(String userName)
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
userName - The email address of the user who is associated with the stack. Users' email addresses are case-sensitive.
DescribeUserStackAssociationsRequest.Builder authenticationType(String authenticationType)
The authentication type for the user who is associated with the stack. You must specify USERPOOL.
authenticationType - The authentication type for the user who is associated with the stack. You must specify USERPOOL.AuthenticationType,
AuthenticationTypeDescribeUserStackAssociationsRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication type for the user who is associated with the stack. You must specify USERPOOL.
authenticationType - The authentication type for the user who is associated with the stack. You must specify USERPOOL.AuthenticationType,
AuthenticationTypeDescribeUserStackAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.DescribeUserStackAssociationsRequest.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.DescribeUserStackAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeUserStackAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.