Class CfnApprovalTeamPropsMixin.PolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mpa.CfnApprovalTeamPropsMixin.PolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApprovalTeamPropsMixin.PolicyProperty>
- Enclosing interface:
CfnApprovalTeamPropsMixin.PolicyProperty
@Stability(Stable)
public static final class CfnApprovalTeamPropsMixin.PolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApprovalTeamPropsMixin.PolicyProperty>
A builder for
CfnApprovalTeamPropsMixin.PolicyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApprovalTeamPropsMixin.PolicyProperty.getPolicyArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
policyArn
@Stability(Stable) public CfnApprovalTeamPropsMixin.PolicyProperty.Builder policyArn(String policyArn) Sets the value ofCfnApprovalTeamPropsMixin.PolicyProperty.getPolicyArn()- Parameters:
policyArn- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApprovalTeamPropsMixin.PolicyProperty>- Returns:
- a new instance of
CfnApprovalTeamPropsMixin.PolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-