Interface AccessControlEntrySummary.Builder

    • Method Detail

      • accessRights

        AccessControlEntrySummary.Builder accessRights​(AccessRights accessRights)

        Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.

        Parameters:
        accessRights - Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        AccessControlEntrySummary.Builder createdAt​(Instant 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

        AccessControlEntrySummary.Builder groupDisplayName​(String 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

        AccessControlEntrySummary.Builder groupSecurityIdentifier​(String 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

        AccessControlEntrySummary.Builder templateArn​(String 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

        AccessControlEntrySummary.Builder updatedAt​(Instant 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.