Class CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mpa.CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty>
- Enclosing interface:
CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty
@Stability(Stable)
public static final class CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty>
A builder for
CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.minApprovalsRequired(Number minApprovalsRequired)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
minApprovalsRequired
@Stability(Stable) public CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty.Builder minApprovalsRequired(Number minApprovalsRequired) - Parameters:
minApprovalsRequired- Minimum number of approvals (M) required for a total number of approvers (N).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty>- Returns:
- a new instance of
CfnApprovalTeamPropsMixin.MofNApprovalStrategyProperty - Throws:
NullPointerException- if any required attribute was not provided
-