Interface UpdateLimitsProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLimitsProfileRequest.Builder,,UpdateLimitsProfileRequest> QuickSightRequest.Builder,SdkBuilder<UpdateLimitsProfileRequest.Builder,,UpdateLimitsProfileRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateLimitsProfileRequest
@Mutable
@NotThreadSafe
public static interface UpdateLimitsProfileRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateLimitsProfileRequest.Builder,UpdateLimitsProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that contains the limits profile.description(String description) A new description for the limits profile.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier for the limits profile to update.profileName(String profileName) A new display name for the limits profile.resourceLimits(Map<ResourceType, ProfileLimitValue> resourceLimits) A map of resource types to their updated limit values.resourceLimitsWithStrings(Map<String, ProfileLimitValue> resourceLimits) A map of resource types to their updated limit values.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
-
profileId
The unique identifier for the limits profile to update.
- Parameters:
profileId- The unique identifier for the limits profile to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The ID of the Amazon Web Services account that contains the limits profile.
- Parameters:
accountId- The ID of the Amazon Web Services account that contains the limits profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileName
A new display name for the limits profile.
- Parameters:
profileName- A new display name for the limits profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A new description for the limits profile.
- Parameters:
description- A new description for the limits profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceLimitsWithStrings
UpdateLimitsProfileRequest.Builder resourceLimitsWithStrings(Map<String, ProfileLimitValue> resourceLimits) A map of resource types to their updated limit values.
- Parameters:
resourceLimits- A map of resource types to their updated limit values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceLimits
UpdateLimitsProfileRequest.Builder resourceLimits(Map<ResourceType, ProfileLimitValue> resourceLimits) A map of resource types to their updated limit values.
- Parameters:
resourceLimits- A map of resource types to their updated limit values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLimitsProfileRequest.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
UpdateLimitsProfileRequest.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.
-