Class CfnTemplateGroupAccessControlEntry.AccessRightsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.pcaconnectorad.CfnTemplateGroupAccessControlEntry.AccessRightsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplateGroupAccessControlEntry.AccessRightsProperty>
- Enclosing interface:
CfnTemplateGroupAccessControlEntry.AccessRightsProperty
@Stability(Stable)
public static final class CfnTemplateGroupAccessControlEntry.AccessRightsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplateGroupAccessControlEntry.AccessRightsProperty>
A builder for
CfnTemplateGroupAccessControlEntry.AccessRightsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautoEnroll
(String autoEnroll) Sets the value ofCfnTemplateGroupAccessControlEntry.AccessRightsProperty.getAutoEnroll()
build()
Builds the configured instance.Sets the value ofCfnTemplateGroupAccessControlEntry.AccessRightsProperty.getEnroll()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoEnroll
@Stability(Stable) public CfnTemplateGroupAccessControlEntry.AccessRightsProperty.Builder autoEnroll(String autoEnroll) Sets the value ofCfnTemplateGroupAccessControlEntry.AccessRightsProperty.getAutoEnroll()
- 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 CfnTemplateGroupAccessControlEntry.AccessRightsProperty.Builder enroll(String enroll) Sets the value ofCfnTemplateGroupAccessControlEntry.AccessRightsProperty.getEnroll()
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplateGroupAccessControlEntry.AccessRightsProperty>
- Returns:
- a new instance of
CfnTemplateGroupAccessControlEntry.AccessRightsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-