Interface UpdateAclRequest.Builder

    • Method Detail

      • aclName

        UpdateAclRequest.Builder aclName​(String aclName)

        The name of the Access Control List

        Parameters:
        aclName - The name of the Access Control List
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userNamesToAdd

        UpdateAclRequest.Builder userNamesToAdd​(Collection<String> userNamesToAdd)

        The list of users to add to the Access Control List

        Parameters:
        userNamesToAdd - The list of users to add to the Access Control List
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userNamesToAdd

        UpdateAclRequest.Builder userNamesToAdd​(String... userNamesToAdd)

        The list of users to add to the Access Control List

        Parameters:
        userNamesToAdd - The list of users to add to the Access Control List
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userNamesToRemove

        UpdateAclRequest.Builder userNamesToRemove​(Collection<String> userNamesToRemove)

        The list of users to remove from the Access Control List

        Parameters:
        userNamesToRemove - The list of users to remove from the Access Control List
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userNamesToRemove

        UpdateAclRequest.Builder userNamesToRemove​(String... userNamesToRemove)

        The list of users to remove from the Access Control List

        Parameters:
        userNamesToRemove - The list of users to remove from the Access Control List
        Returns:
        Returns a reference to this object so that method calls can be chained together.