public static interface AccessControlEntrySummary.Builder extends SdkPojo, CopyableBuilder<AccessControlEntrySummary.Builder,AccessControlEntrySummary>
| Modifier and Type | Method and Description |
|---|---|
AccessControlEntrySummary.Builder |
accessRights(AccessRights accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a
template.
|
default AccessControlEntrySummary.Builder |
accessRights(Consumer<AccessRights.Builder> accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a
template.
|
AccessControlEntrySummary.Builder |
createdAt(Instant createdAt)
The date and time that the Access Control Entry was created.
|
AccessControlEntrySummary.Builder |
groupDisplayName(String groupDisplayName)
Name of the Active Directory group.
|
AccessControlEntrySummary.Builder |
groupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory.
|
AccessControlEntrySummary.Builder |
templateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
AccessControlEntrySummary.Builder |
updatedAt(Instant updatedAt)
The date and time that the Access Control Entry was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessControlEntrySummary.Builder accessRights(AccessRights accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
accessRights - Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a
template.default AccessControlEntrySummary.Builder accessRights(Consumer<AccessRights.Builder> accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling 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)AccessControlEntrySummary.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.AccessControlEntrySummary.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.AccessControlEntrySummary.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-".AccessControlEntrySummary.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.AccessControlEntrySummary.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.