public static interface AccessControlEntry.Builder extends SdkPojo, CopyableBuilder<AccessControlEntry.Builder,AccessControlEntry>
| Modifier and Type | Method and Description |
|---|---|
AccessControlEntry.Builder |
accessRights(AccessRights accessRights)
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a
template.
|
default AccessControlEntry.Builder |
accessRights(Consumer<AccessRights.Builder> accessRights)
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a
template.
|
AccessControlEntry.Builder |
createdAt(Instant createdAt)
The date and time that the Access Control Entry was created.
|
AccessControlEntry.Builder |
groupDisplayName(String groupDisplayName)
Name of the Active Directory group.
|
AccessControlEntry.Builder |
groupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory.
|
AccessControlEntry.Builder |
templateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
AccessControlEntry.Builder |
updatedAt(Instant updatedAt)
The date and time that the Access Control Entry was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessControlEntry.Builder accessRights(AccessRights accessRights)
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
accessRights - Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued
against a template.default AccessControlEntry.Builder accessRights(Consumer<AccessRights.Builder> accessRights)
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
This is a convenience method that creates an instance of theAccessRights.Builder avoiding the need
to create one manually via AccessRights.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accessRights(AccessRights).
accessRights - a consumer that will call methods on AccessRights.BuilderaccessRights(AccessRights)AccessControlEntry.Builder createdAt(Instant createdAt)
The date and time that the Access Control Entry was created.
createdAt - The date and time that the Access Control Entry was created.AccessControlEntry.Builder groupDisplayName(String groupDisplayName)
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
groupDisplayName - Name of the Active Directory group. This name does not need to match the group name in Active
Directory.AccessControlEntry.Builder groupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
groupSecurityIdentifier - Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".AccessControlEntry.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
templateArn - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.AccessControlEntry.Builder updatedAt(Instant updatedAt)
The date and time that the Access Control Entry was updated.
updatedAt - The date and time that the Access Control Entry was updated.Copyright © 2023. All rights reserved.