Class CfnApprovalPolicyPropsMixin.ApplicableToProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnApprovalPolicyPropsMixin.ApplicableToProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApprovalPolicyPropsMixin.ApplicableToProperty>
- Enclosing interface:
CfnApprovalPolicyPropsMixin.ApplicableToProperty
@Stability(Stable)
public static final class CfnApprovalPolicyPropsMixin.ApplicableToProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApprovalPolicyPropsMixin.ApplicableToProperty>
A builder for
CfnApprovalPolicyPropsMixin.ApplicableToProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApprovalPolicyPropsMixin.ApplicableToProperty.getGroupArns()Sets the value ofCfnApprovalPolicyPropsMixin.ApplicableToProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupArns
@Stability(Stable) public CfnApprovalPolicyPropsMixin.ApplicableToProperty.Builder groupArns(List<String> groupArns) Sets the value ofCfnApprovalPolicyPropsMixin.ApplicableToProperty.getGroupArns()- Parameters:
groupArns- Required when type = GROUP. One or more group ARNs.- Returns:
this
-
type
@Stability(Stable) public CfnApprovalPolicyPropsMixin.ApplicableToProperty.Builder type(Object type) Sets the value ofCfnApprovalPolicyPropsMixin.ApplicableToProperty.getType()- Parameters:
type- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApprovalPolicyPropsMixin.ApplicableToProperty>- Returns:
- a new instance of
CfnApprovalPolicyPropsMixin.ApplicableToProperty - Throws:
NullPointerException- if any required attribute was not provided
-