Interface CreateLimitsProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLimitsProfileRequest.Builder,,CreateLimitsProfileRequest> QuickSightRequest.Builder,SdkBuilder<CreateLimitsProfileRequest.Builder,,CreateLimitsProfileRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateLimitsProfileRequest
@Mutable
@NotThreadSafe
public static interface CreateLimitsProfileRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateLimitsProfileRequest.Builder,CreateLimitsProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that contains the limits profile.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the operation completes no more than one time.description(String description) A 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.profileName(String profileName) A display name for the limits profile.resourceLimits(Map<ResourceType, ProfileLimitValue> resourceLimits) A map of resource types to their limit values for this profile.resourceLimitsWithStrings(Map<String, ProfileLimitValue> resourceLimits) A map of resource types to their limit values for this profile.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 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 display name for the limits profile.
- Parameters:
profileName- A display name for the limits profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the limits profile.
- Parameters:
description- A description for the limits profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceLimitsWithStrings
CreateLimitsProfileRequest.Builder resourceLimitsWithStrings(Map<String, ProfileLimitValue> resourceLimits) A map of resource types to their limit values for this profile.
- Parameters:
resourceLimits- A map of resource types to their limit values for this profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceLimits
CreateLimitsProfileRequest.Builder resourceLimits(Map<ResourceType, ProfileLimitValue> resourceLimits) A map of resource types to their limit values for this profile.
- Parameters:
resourceLimits- A map of resource types to their limit values for this profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.
- Parameters:
clientToken- A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLimitsProfileRequest.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
CreateLimitsProfileRequest.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.
-