Interface DescribeUserStackAssociationsRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeUserStackAssociationsRequest.Builder,DescribeUserStackAssociationsRequest>,SdkBuilder<DescribeUserStackAssociationsRequest.Builder,DescribeUserStackAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeUserStackAssociationsRequest
public static interface DescribeUserStackAssociationsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserStackAssociationsRequest.Builder,DescribeUserStackAssociationsRequest>
-
-
Method Summary
-
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 Detail
-
stackName
DescribeUserStackAssociationsRequest.Builder stackName(String 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
DescribeUserStackAssociationsRequest.Builder userName(String 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
DescribeUserStackAssociationsRequest.Builder authenticationType(String 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,AuthenticationType
-
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:
AuthenticationType,AuthenticationType
-
maxResults
DescribeUserStackAssociationsRequest.Builder maxResults(Integer 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
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeUserStackAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-