Class CfnLimitsProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnLimitsProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLimitsProfileMixinProps>
- Enclosing interface:
CfnLimitsProfileMixinProps
@Stability(Stable)
public static final class CfnLimitsProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLimitsProfileMixinProps>
A builder for
CfnLimitsProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnLimitsProfileMixinProps.getAccountId()build()Builds the configured instance.description(String description) Sets the value ofCfnLimitsProfileMixinProps.getDescription()profileName(String profileName) Sets the value ofCfnLimitsProfileMixinProps.getProfileName()resourceLimits(Map<String, ? extends Object> resourceLimits) Sets the value ofCfnLimitsProfileMixinProps.getResourceLimits()resourceLimits(IResolvable resourceLimits) Sets the value ofCfnLimitsProfileMixinProps.getResourceLimits()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
Sets the value ofCfnLimitsProfileMixinProps.getAccountId()- Parameters:
accountId- the value to be set.- Returns:
this
-
description
Sets the value ofCfnLimitsProfileMixinProps.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
profileName
Sets the value ofCfnLimitsProfileMixinProps.getProfileName()- Parameters:
profileName- the value to be set.- Returns:
this
-
resourceLimits
@Stability(Stable) public CfnLimitsProfileMixinProps.Builder resourceLimits(IResolvable resourceLimits) Sets the value ofCfnLimitsProfileMixinProps.getResourceLimits()- Parameters:
resourceLimits- the value to be set.- Returns:
this
-
resourceLimits
@Stability(Stable) public CfnLimitsProfileMixinProps.Builder resourceLimits(Map<String, ? extends Object> resourceLimits) Sets the value ofCfnLimitsProfileMixinProps.getResourceLimits()- Parameters:
resourceLimits- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLimitsProfileMixinProps>- Returns:
- a new instance of
CfnLimitsProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-