public static interface DescribeUserStackAssociationsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserStackAssociationsRequest.Builder,DescribeUserStackAssociationsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeUserStackAssociationsRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the user who is associated with the stack.
|
DescribeUserStackAssociationsRequest.Builder |
authenticationType(String authenticationType)
The authentication type for the user who is associated with the stack.
|
DescribeUserStackAssociationsRequest.Builder |
maxResults(Integer 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.
|
DescribeUserStackAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeUserStackAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeUserStackAssociationsRequest.Builder |
stackName(String 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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeUserStackAssociationsRequest.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.
userName
- The email address of the user who is associated with the stack.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
,
AuthenticationType
DescribeUserStackAssociationsRequest.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
,
AuthenticationType
DescribeUserStackAssociationsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeUserStackAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.