Interface DescribeUsersRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>,SdkBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeUsersRequest
public static interface DescribeUsersRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeUsersRequest.BuilderauthenticationType(String authenticationType)The authentication type for the users in the user pool to describe.DescribeUsersRequest.BuilderauthenticationType(AuthenticationType authenticationType)The authentication type for the users in the user pool to describe.DescribeUsersRequest.BuildermaxResults(Integer maxResults)The maximum size of each page of results.DescribeUsersRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.DescribeUsersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeUsersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
authenticationType
DescribeUsersRequest.Builder authenticationType(String authenticationType)
The authentication type for the users in the user pool to describe. You must specify USERPOOL.
- Parameters:
authenticationType- The authentication type for the users in the user pool to describe. You must specify USERPOOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthenticationType,AuthenticationType
-
authenticationType
DescribeUsersRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication type for the users in the user pool to describe. You must specify USERPOOL.
- Parameters:
authenticationType- The authentication type for the users in the user pool to describe. You must specify USERPOOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthenticationType,AuthenticationType
-
maxResults
DescribeUsersRequest.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
DescribeUsersRequest.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
DescribeUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-