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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessRights.BuilderautoEnroll(String autoEnroll)Allow or deny an Active Directory group from autoenrolling certificates issued against a template.AccessRights.BuilderautoEnroll(AccessRight autoEnroll)Allow or deny an Active Directory group from autoenrolling certificates issued against a template.AccessRights.Builderenroll(String enroll)Allow or deny an Active Directory group from enrolling certificates issued against a template.AccessRights.Builderenroll(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 Detail
-
autoEnroll
AccessRights.Builder autoEnroll(String 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:
AccessRight,AccessRight
-
autoEnroll
AccessRights.Builder autoEnroll(AccessRight 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:
AccessRight,AccessRight
-
enroll
AccessRights.Builder enroll(String 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:
AccessRight,AccessRight
-
enroll
AccessRights.Builder enroll(AccessRight 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:
AccessRight,AccessRight
-
-