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