Class CfnLimitsProfile.ProfileLimitValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnLimitsProfile.ProfileLimitValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLimitsProfile.ProfileLimitValueProperty>
- Enclosing interface:
CfnLimitsProfile.ProfileLimitValueProperty
@Stability(Stable)
public static final class CfnLimitsProfile.ProfileLimitValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLimitsProfile.ProfileLimitValueProperty>
A builder for
CfnLimitsProfile.ProfileLimitValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLimitsProfile.ProfileLimitValueProperty.getMaxValue()Sets the value ofCfnLimitsProfile.ProfileLimitValueProperty.getUnit()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxValue
@Stability(Stable) public CfnLimitsProfile.ProfileLimitValueProperty.Builder maxValue(Number maxValue) Sets the value ofCfnLimitsProfile.ProfileLimitValueProperty.getMaxValue()- Parameters:
maxValue- the value to be set. This parameter is required.- Returns:
this
-
unit
Sets the value ofCfnLimitsProfile.ProfileLimitValueProperty.getUnit()- Parameters:
unit- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLimitsProfile.ProfileLimitValueProperty>- Returns:
- a new instance of
CfnLimitsProfile.ProfileLimitValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-