Interface DescribeUserStackAssociationsRequest.Builder
- All Superinterfaces:
AppStreamRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeUserStackAssociationsRequest.Builder,
,DescribeUserStackAssociationsRequest> SdkBuilder<DescribeUserStackAssociationsRequest.Builder,
,DescribeUserStackAssociationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeUserStackAssociationsRequest
@Mutable
@NotThreadSafe
public static interface DescribeUserStackAssociationsRequest.Builder
extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserStackAssociationsRequest.Builder,DescribeUserStackAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationType
(String authenticationType) The authentication type for the user who is associated with the stack.authenticationType
(AuthenticationType authenticationType) The authentication type for the user who is associated with the stack.maxResults
(Integer maxResults) The maximum size of each page of results.The pagination token to use to retrieve the next page of results for this operation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the stack that is associated with the user.The email address of the user who is associated with the stack.Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stackName
The name of the stack that is associated with the user.
- Parameters:
stackName
- The name of the stack that is associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
- Parameters:
userName
- The email address of the user who is associated with the stack.Users' email addresses are case-sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
The authentication type for the user who is associated with the stack. You must specify USERPOOL.
- Parameters:
authenticationType
- The authentication type for the user who is associated with the stack. You must specify USERPOOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationType
DescribeUserStackAssociationsRequest.Builder authenticationType(AuthenticationType authenticationType) The authentication type for the user who is associated with the stack. You must specify USERPOOL.
- Parameters:
authenticationType
- The authentication type for the user who is associated with the stack. You must specify USERPOOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum size of each page of results.
- Parameters:
maxResults
- The maximum size of each page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeUserStackAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeUserStackAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-