Class CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty>
- Enclosing interface:
CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty
@Stability(Stable)
public static final class CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoEnroll(String autoEnroll) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoEnroll
@Stability(Stable) public CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty.Builder autoEnroll(String autoEnroll) - Parameters:
autoEnroll- Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment- Returns:
this
-
enroll
@Stability(Stable) public CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty.Builder enroll(String enroll) - Parameters:
enroll- Allow or deny an Active Directory group from enrolling certificates issued against a template.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty>- Returns:
- a new instance of
CfnTemplateGroupAccessControlEntryPropsMixin.AccessRightsProperty - Throws:
NullPointerException- if any required attribute was not provided
-