Interface ListLimitsProfilesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLimitsProfilesRequest.Builder,,ListLimitsProfilesRequest> QuickSightRequest.Builder,SdkBuilder<ListLimitsProfilesRequest.Builder,,ListLimitsProfilesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListLimitsProfilesRequest
@Mutable
@NotThreadSafe
public static interface ListLimitsProfilesRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListLimitsProfilesRequest.Builder,ListLimitsProfilesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that contains the limits profiles.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next set of results, or null if there are no more results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceType(String resourceType) An optional filter that limits the results to profiles that contain the specified resource type.resourceType(ResourceType resourceType) An optional filter that limits the results to profiles that contain the specified resource type.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 limits profiles.
- Parameters:
accountId- The ID of the Amazon Web Services account that contains the limits profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.
- Parameters:
resourceType- An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.
- Parameters:
resourceType- An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.- 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 in a single call. If you don't specify a value, the service uses the default maximum.
- Parameters:
maxResults- The maximum number of results to return in a single call. If you don't specify a value, the service uses the default maximum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLimitsProfilesRequest.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
ListLimitsProfilesRequest.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.
-