Class CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sso.CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty>
- Enclosing interface:
CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty
@Stability(Stable)
public static final class CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty.Builder name(String name) - Parameters:
name- The name of the IAM policy that you have configured in each account where you want to deploy your permission set.- Returns:
this
-
path
@Stability(Stable) public CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty.Builder path(String path) - Parameters:
path- The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is/. For more information, see Friendly names and paths in the IAM User Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty>- Returns:
- a new instance of
CfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-