Interface AccessControlEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessControlEntry.Builder,
,AccessControlEntry> SdkBuilder<AccessControlEntry.Builder,
,AccessControlEntry> SdkPojo
- Enclosing class:
AccessControlEntry
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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.accessRights
(AccessRights accessRights) Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.The date and time that the Access Control Entry was created.groupDisplayName
(String groupDisplayName) Name of the Active Directory group.groupSecurityIdentifier
(String groupSecurityIdentifier) Security identifier (SID) of the group object from Active Directory.templateArn
(String templateArn) The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.The date and time that the Access Control Entry was updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
accessRights
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
- Parameters:
accessRights
- Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaAccessRights.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccessRights(AccessRights)
.- Parameters:
accessRights
- a consumer that will call methods onAccessRights.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time that the Access Control Entry was created.
- Parameters:
createdAt
- The date and time that the Access Control Entry was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupDisplayName
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
- Parameters:
groupDisplayName
- Name of the Active Directory group. This name does not need to match the group name in Active Directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupSecurityIdentifier
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
- Parameters:
groupSecurityIdentifier
- Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
- Parameters:
templateArn
- The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time that the Access Control Entry was updated.
- Parameters:
updatedAt
- The date and time that the Access Control Entry was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-