Interface AccessRights.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessRights.Builder,
,AccessRights> SdkBuilder<AccessRights.Builder,
,AccessRights> SdkPojo
- Enclosing class:
AccessRights
public static interface AccessRights.Builder
extends SdkPojo, CopyableBuilder<AccessRights.Builder,AccessRights>
-
Method Summary
Modifier and TypeMethodDescriptionautoEnroll
(String autoEnroll) Allow or deny an Active Directory group from autoenrolling certificates issued against a template.autoEnroll
(AccessRight autoEnroll) Allow or deny an Active Directory group from autoenrolling certificates issued against a template.Allow or deny an Active Directory group from enrolling certificates issued against a template.enroll
(AccessRight enroll) Allow or deny an Active Directory group from enrolling certificates issued against a template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enroll
Allow or deny an Active Directory group from enrolling certificates issued against a template.
- Parameters:
enroll
- Allow or deny an Active Directory group from enrolling certificates issued against a template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enroll
Allow or deny an Active Directory group from enrolling certificates issued against a template.
- Parameters:
enroll
- Allow or deny an Active Directory group from enrolling certificates issued against a template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-