Interface BatchDescribeUserLimitsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDescribeUserLimitsRequest.Builder,,BatchDescribeUserLimitsRequest> QuickSightRequest.Builder,SdkBuilder<BatchDescribeUserLimitsRequest.Builder,,BatchDescribeUserLimitsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchDescribeUserLimitsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that contains the users.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceTypes(Collection<ResourceType> resourceTypes) An optional filter that limits the results to specific resource types.resourceTypes(ResourceType... resourceTypes) An optional filter that limits the results to specific resource types.resourceTypesWithStrings(String... resourceTypes) An optional filter that limits the results to specific resource types.resourceTypesWithStrings(Collection<String> resourceTypes) An optional filter that limits the results to specific resource types.users(Collection<UserLimitsEntry> users) A list of users to describe limits for.users(Consumer<UserLimitsEntry.Builder>... users) A list of users to describe limits for.users(UserLimitsEntry... users) A list of users to describe limits for.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
-
accountId
The ID of the Amazon Web Services account that contains the users.
- Parameters:
accountId- The ID of the Amazon Web Services account that contains the users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
users
A list of users to describe limits for. Each entry contains a user name and namespace.
- Parameters:
users- A list of users to describe limits for. Each entry contains a user name and namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
users
A list of users to describe limits for. Each entry contains a user name and namespace.
- Parameters:
users- A list of users to describe limits for. Each entry contains a user name and namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
users
A list of users to describe limits for. Each entry contains a user name and namespace.
This is a convenience method that creates an instance of theUserLimitsEntry.Builderavoiding the need to create one manually viaUserLimitsEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tousers(List<UserLimitsEntry>).- Parameters:
users- a consumer that will call methods onUserLimitsEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceTypesWithStrings
An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
- Parameters:
resourceTypes- An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
- Parameters:
resourceTypes- An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
- Parameters:
resourceTypes- An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
- Parameters:
resourceTypes- An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDescribeUserLimitsRequest.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
BatchDescribeUserLimitsRequest.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.
-