Interface ListUsersIndexCapacityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListUsersIndexCapacityRequest.Builder,,ListUsersIndexCapacityRequest> QuickSightRequest.Builder,SdkBuilder<ListUsersIndexCapacityRequest.Builder,,ListUsersIndexCapacityRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListUsersIndexCapacityRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the index capacity data.filters(Collection<UserIndexCapacityFilter> filters) Filters to apply.filters(Consumer<UserIndexCapacityFilter.Builder>... filters) Filters to apply.filters(UserIndexCapacityFilter... filters) Filters to apply.maxResults(Integer maxResults) The maximum number of results to return per page.The namespace to scope the user search to.The token for the next set of results, received from a previous call.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The field to sort results by.sortBy(UserIndexCapacitySortBy sortBy) The field to sort results by.The sort order for results.sortOrder(UserIndexCapacitySortOrder sortOrder) The sort order for results.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the index capacity data.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the index capacity data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace to scope the user search to. Required when the userNameOrEmail filter is present.
- Parameters:
namespace- The namespace to scope the user search to. Required when the userNameOrEmail filter is present.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply. Only one filter is supported per request. The userNameOrEmail and totalCapacityBytes filters are mutually exclusive.
- Parameters:
filters- Filters to apply. Only one filter is supported per request. The userNameOrEmail and totalCapacityBytes filters are mutually exclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply. Only one filter is supported per request. The userNameOrEmail and totalCapacityBytes filters are mutually exclusive.
- Parameters:
filters- Filters to apply. Only one filter is supported per request. The userNameOrEmail and totalCapacityBytes filters are mutually exclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters to apply. Only one filter is supported per request. The userNameOrEmail and totalCapacityBytes filters are mutually exclusive.
This is a convenience method that creates an instance of theUserIndexCapacityFilter.Builderavoiding the need to create one manually viaUserIndexCapacityFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<UserIndexCapacityFilter>).- Parameters:
filters- a consumer that will call methods onUserIndexCapacityFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field to sort results by.
- Parameters:
sortBy- The field to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field to sort results by.
- Parameters:
sortBy- The field to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results. Defaults to DESC if not specified.
- Parameters:
sortOrder- The sort order for results. Defaults to DESC if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results. Defaults to DESC if not specified.
- Parameters:
sortOrder- The sort order for results. Defaults to DESC if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return per page.
- Parameters:
maxResults- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results, received from a previous call.
- Parameters:
nextToken- The token for the next set of results, received from a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUsersIndexCapacityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListUsersIndexCapacityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-