public PathAndBytesable <ICuratorTransactionBridge> withACL(List <ACL> aclList) { _createBuilderImpl.withACL(aclList); return(this); }
public PathAndBytesable <String> withACL(List <ACL> aclList) { return(_createBuilderImpl.withACL(aclList)); }