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