Class LimitsProfileReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.quicksight.LimitsProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LimitsProfileReference>
- Enclosing interface:
LimitsProfileReference
@Stability(Stable)
public static final class LimitsProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<LimitsProfileReference>
A builder for
LimitsProfileReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofLimitsProfileReference.getAccountId()build()Builds the configured instance.limitsProfileArn(String limitsProfileArn) Sets the value ofLimitsProfileReference.getLimitsProfileArn()Sets the value ofLimitsProfileReference.getProfileId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
Sets the value ofLimitsProfileReference.getAccountId()- Parameters:
accountId- The AccountId of the LimitsProfile resource. This parameter is required.- Returns:
this
-
limitsProfileArn
Sets the value ofLimitsProfileReference.getLimitsProfileArn()- Parameters:
limitsProfileArn- The ARN of the LimitsProfile resource. This parameter is required.- Returns:
this
-
profileId
Sets the value ofLimitsProfileReference.getProfileId()- Parameters:
profileId- The ProfileId of the LimitsProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LimitsProfileReference>- Returns:
- a new instance of
LimitsProfileReference - Throws:
NullPointerException- if any required attribute was not provided
-