Interface ListUsersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
,QuickSightRequest.Builder
,SdkBuilder<ListUsersRequest.Builder,ListUsersRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListUsersRequest
public static interface ListUsersRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUsersRequest.Builder
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the user is in.ListUsersRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return from this request.ListUsersRequest.Builder
namespace(String namespace)
The namespace.ListUsersRequest.Builder
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.ListUsersRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListUsersRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListUsersRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
- Parameters:
awsAccountId
- The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListUsersRequest.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
- Parameters:
nextToken
- A pagination token that can be used in a subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return from this request.
- Parameters:
maxResults
- The maximum number of results to return from this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
ListUsersRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to
default
.- Parameters:
namespace
- The namespace. Currently, you should set this todefault
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-